Skip to content

Commit 120de3b

Browse files
committed
Test using npm@8
1 parent a675a67 commit 120de3b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
- uses: actions/setup-node@v2
2121
with:
2222
node-version: ${{ matrix.node-version }}
23+
- run: npm install --global npm@8
2324
- run: npm install --no-audit
2425
- run: npm test
2526
- uses: codecov/codecov-action@v2

0 commit comments

Comments
 (0)