Skip to content

Commit

Permalink
ci: use npm7 version that fixed npm/cli#2309
Browse files Browse the repository at this point in the history
  • Loading branch information
raphinesse committed Dec 16, 2020
1 parent 10cc17f commit dace3fc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ jobs:
with:
node-version: ${{ matrix.node-version }}

- name: Update to npm@^7.2 on Node 15
if: matrix.node-version == '15.x'
run: npm i -g npm@^7.2

- name: Environment Information
run: |
node --version
Expand Down

0 comments on commit dace3fc

Please sign in to comment.