Skip to content

Commit

Permalink
chore: use latest npm
Browse files Browse the repository at this point in the history
closes #436

[skip release]
  • Loading branch information
herschel666 committed Feb 20, 2022
1 parent 915afa4 commit 42c8da6
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 18 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,6 @@ jobs:
with:
node-version: '16.x'

# See https://github.com/npm/cli/issues/3637
- run: npm i -g [email protected]

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

# See https://github.com/npm/cli/issues/3637
- run: npm i -g [email protected]

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

# See https://github.com/npm/cli/issues/3637
- run: npm i -g [email protected]

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

# See https://github.com/npm/cli/issues/3637
- run: npm i -g [email protected]

- name: Cache Node dependencies
uses: actions/cache@v2
with:
Expand Down
3 changes: 0 additions & 3 deletions package-lock.json

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

3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
"private": true,
"author": "Emanuel Kluge (https://emanuel-kluge.de/)",
"license": "MIT",
"engines": {
"npm": "^7"
},
"workspaces": [
"client",
"server",
Expand Down

0 comments on commit 42c8da6

Please sign in to comment.