Skip to content

Commit

Permalink
ci: Use npm@7 on Node.js v12 & v14
Browse files Browse the repository at this point in the history
  • Loading branch information
eemeli committed Nov 16, 2022
1 parent 87f6aaf commit d34ce40
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- if: matrix.node-version <= 14
run: npm install --global npm@7
- run: npm ci
- if: matrix.node-version == 12
run: npm install mocha@9
Expand Down

0 comments on commit d34ce40

Please sign in to comment.