Skip to content

Commit

Permalink
ci: add --update-notifier=false for npm ci
Browse files Browse the repository at this point in the history
  • Loading branch information
bchew committed Oct 1, 2023
1 parent 3a70839 commit 50c0e22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
- run: npm ci
- run: npm ci --update-notifier=false
- run: npm test
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
Expand Down

0 comments on commit 50c0e22

Please sign in to comment.