Skip to content

Commit

Permalink
feat: adds a .nvmrc file (#90)
Browse files Browse the repository at this point in the history
## fixes part of KILTprotocol/ticket#3081

- Requires only _major_ **node version** on the `package.json`, so
**>=20.0** .
- Adds a `.nvmrc` and sets the **node version** to `lts/Iron` = **>=20**
  • Loading branch information
kilted-andres authored Jun 12, 2024
1 parent 58c4e60 commit 3565063
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
lts/Iron
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@
"frontend",
"backend"
],
"packageManager": "yarn@3.6.1",
"engines": {
"node": ">= 20.14.0"
"node": ">= 20.0"
},
"scripts": {
"environment": "ts-node ./launchScripts/genesisEnvironmentVariables.ts",
Expand Down Expand Up @@ -66,6 +67,5 @@
"@polkadot/util": "10.4.2",
"@polkadot/util-crypto": "10.4.2",
"@polkadot/types": "9.10.2"
},
"packageManager": "yarn@3.6.1"
}
}

0 comments on commit 3565063

Please sign in to comment.