Skip to content

Commit

Permalink
fix: turn off update notifier
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe committed Apr 18, 2024
1 parent b7cd6d8 commit 8d18b4d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
node-version: ${{ matrix.node }}
cache: npm
- run: npm i npm@latest -g
- run: npm config set update-notifier false
- run: npm ci --engine-strict
- run: npm test
windows:
Expand All @@ -29,6 +29,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: lts/*
- run: npm i npm@latest -g
cache: npm
- run: npm config set update-notifier false
- run: npm ci
- run: npm test

0 comments on commit 8d18b4d

Please sign in to comment.