Skip to content

Commit 69432f5

Browse files
lishaduckjfmengels
authored andcommitted
chore: add devEngines
While npm@8 doesn't support devEngines, this'll stop npm>=10.9.0 from installing and messing stuff up.
1 parent ee3c966 commit 69432f5

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

package.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,5 +116,19 @@
116116
"packageManager": "[email protected]",
117117
"engines": {
118118
"node": "14 >=14.21 || 16 >=16.20 || 18 || 20 || >=22"
119+
},
120+
"devEngines": {
121+
"runtime": [
122+
{
123+
"name": "node",
124+
"version": "^16.20"
125+
}
126+
],
127+
"packageManager": [
128+
{
129+
"name": "npm",
130+
"version": "^8.19.4"
131+
}
132+
]
119133
}
120134
}

0 commit comments

Comments
 (0)