Skip to content

Commit

Permalink
use npm7 in release action
Browse files Browse the repository at this point in the history
  • Loading branch information
chaance committed Aug 13, 2021
1 parent e7e8a43 commit f042c81
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,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 f042c81

Please sign in to comment.