Skip to content

Commit

Permalink
update npm for old node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mansona committed Feb 14, 2024
1 parent 82ddff4 commit a763e39
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 @@ -22,6 +22,8 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: npm
- run: npm i -g npm@7
if: ${{ matrix.node-version == '10.x' || matrix.node-version == '12.x' || matrix.node-version == '14.x' }}
- run: npm ci
- run: npm run lint:js
- run: npm test

0 comments on commit a763e39

Please sign in to comment.