Skip to content

Commit

Permalink
use npm7 in test action
Browse files Browse the repository at this point in the history
  • Loading branch information
chaance committed Aug 13, 2021
1 parent c1c3de5 commit e7e8a43
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ jobs:
with:
node-version: ${{ matrix.node-version }}

# https://github.com/actions/setup-node/issues/213#issuecomment-833724757
- name: Install npm v7
run: npm i -g npm@7 --registry=https://registry.npmjs.org

- name: Install dependencies
run: npm ci

Expand Down

0 comments on commit e7e8a43

Please sign in to comment.