Skip to content

Commit

Permalink
Merge pull request #47 from Adslot/npm-ci
Browse files Browse the repository at this point in the history
ci: add  --update-notifier=false for npm ci
  • Loading branch information
chaofan232 authored Oct 1, 2023
2 parents 3a70839 + 50c0e22 commit c043499
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 c043499

Please sign in to comment.