Skip to content

Commit

Permalink
chore: use npm 8 in workflows (#2061)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjgoss committed Jun 9, 2022
1 parent cbabe51 commit 00957f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm i -g npm@7
- run: npm i -g npm@8
- run: npm install-test

coverage:
Expand Down

0 comments on commit 00957f0

Please sign in to comment.