Skip to content

Commit

Permalink
feat: update node version to >=14.0.0 (#521)
Browse files Browse the repository at this point in the history
  • Loading branch information
TarikGul committed Apr 26, 2021
1 parent 99a40a3 commit f50431c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
node-version: [12.x]
node-version: [14.x]

steps:
- name: Install wasm-pack
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
12
14
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"url": "git+https://github.com/paritytech/substrate-api-sidecar.git"
},
"engines": {
"node": ">=12"
"node": ">=14"
},
"bugs": {
"url": "https://github.com/paritytech/substrate-api-sidecar/issues"
Expand Down

0 comments on commit f50431c

Please sign in to comment.