Skip audit and funding checks in CI

Open Beginner friendly
#9,063 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
2/5
Estimated time
1-3 hours
Newbie friendliness
66/100
Issue type
Feature
Clarity
Mostly clear
Activity status
Quiet
Tech stack
nodejs, typescript
Domain
ci-cd

Research direction

Search the repository's CI configuration for non-interactive npm install commands and compare them with the discussion in pull request 9061. Add '--no-audit' and '--no-fund' to the relevant installs, then verify the CI configuration still runs successfully without those checks.

Written by the indexing model from the issue text.

Description

I guess we should always do this ['--no-audit', '--no-fund'] for non-interactive npm installs, since we don't do anything with this info?

Originally posted by @westarle in https://github.com/googleapis/google-cloud-node/pull/9061#discussion_r3707315619

Dominant language
TypeScript
Stars
3.2k
Forks
714
Avg merge
2d 13h
Merged PRs (30d)
106

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from googleapis/google-cloud-node

All issues in googleapis/google-cloud-node

Similar issues

More TypeScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.