Skip to content

Commit

Permalink
node 16 and npm 8 upgrade (#783)
Browse files Browse the repository at this point in the history
  • Loading branch information
fuxingloh authored Oct 29, 2021
1 parent 5e89a4b commit 8e0dd08
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@1e204e9a9253d643386038d443f96446fa156a97
- uses: actions/setup-node@270253e841af726300e85d718a5f606959b2903c
with:
node-version: '15'
node-version: '16'
cache: 'npm'

- run: npm ci
Expand All @@ -31,7 +31,7 @@ jobs:
- uses: actions/checkout@1e204e9a9253d643386038d443f96446fa156a97
- uses: actions/setup-node@270253e841af726300e85d718a5f606959b2903c
with:
node-version: '15'
node-version: '16'
cache: 'npm'

- run: npm ci
Expand All @@ -48,7 +48,7 @@ jobs:
- uses: actions/checkout@1e204e9a9253d643386038d443f96446fa156a97
- uses: actions/setup-node@270253e841af726300e85d718a5f606959b2903c
with:
node-version: '15'
node-version: '16'
cache: 'npm'

- run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@1e204e9a9253d643386038d443f96446fa156a97
- uses: actions/setup-node@270253e841af726300e85d718a5f606959b2903c
with:
node-version: '15'
node-version: '16'

- uses: actions/github-script@441359b1a30438de65712c2fbca0abe4816fa667
id: version
Expand Down
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
16
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# DeFi Jellyfish Contributing Guide

You need `node v14`, and `npm v7` for this project, it's required to set
You need `node v16`, and `npm v8` for this project, it's required to set
up [npm workspaces](https://docs.npmjs.com/cli/v7/using-npm/workspaces).

```shell
Expand Down
2 changes: 1 addition & 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 8e0dd08

Please sign in to comment.