Skip to content

Commit d34ce40

Browse files
committed
ci: Use npm@7 on Node.js v12 & v14
1 parent 87f6aaf commit d34ce40

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
uses: actions/setup-node@v3
2121
with:
2222
node-version: ${{ matrix.node-version }}
23+
- if: matrix.node-version <= 14
24+
run: npm install --global npm@7
2325
- run: npm ci
2426
- if: matrix.node-version == 12
2527
run: npm install mocha@9

0 commit comments

Comments
 (0)