Skip to content

Commit

Permalink
chore: downgrade to npm@7
Browse files Browse the repository at this point in the history
...to fix releasing

npm/cli#3637
  • Loading branch information
herschel666 committed Nov 14, 2021
1 parent c6d58af commit efd3919
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ jobs:
with:
node-version: '16.x'

# See https://github.com/npm/cli/issues/3637
- run: npm i -g npm@7.20.2

- name: Cache Node dependencies
uses: actions/cache@v2
id: npm-cache
Expand Down Expand Up @@ -76,6 +79,9 @@ jobs:
with:
node-version: '16.x'

# See https://github.com/npm/cli/issues/3637
- run: npm i -g npm@7.20.2

- name: Cache Node dependencies
uses: actions/cache@v2
id: npm-cache
Expand Down Expand Up @@ -108,6 +114,9 @@ jobs:
with:
node-version: '16.x'

# See https://github.com/npm/cli/issues/3637
- run: npm i -g npm@7.20.2

- name: Cache Node dependencies
uses: actions/cache@v2
id: npm-cache
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/upload-release-artifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
with:
node-version: '16.x'

# See https://github.com/npm/cli/issues/3637
- run: npm i -g npm@7.20.2

- name: Cache Node dependencies
uses: actions/cache@v2
with:
Expand Down
1 change: 0 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit efd3919

Please sign in to comment.