Skip to content

Commit 3565063

Browse files
authored
feat: adds a .nvmrc file (#90)
## 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**
1 parent 58c4e60 commit 3565063

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
lts/Iron

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@
1111
"frontend",
1212
"backend"
1313
],
14+
"packageManager": "yarn@3.6.1",
1415
"engines": {
15-
"node": ">= 20.14.0"
16+
"node": ">= 20.0"
1617
},
1718
"scripts": {
1819
"environment": "ts-node ./launchScripts/genesisEnvironmentVariables.ts",
@@ -66,6 +67,5 @@
6667
"@polkadot/util": "10.4.2",
6768
"@polkadot/util-crypto": "10.4.2",
6869
"@polkadot/types": "9.10.2"
69-
},
70-
"packageManager": "yarn@3.6.1"
70+
}
7171
}

0 commit comments

Comments
 (0)