Skip to content

Commit 881078c

Browse files
committed
fixup! Use Node 22 (upcoming LTS) for development
1 parent 0cf5c8f commit 881078c

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

package.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,17 @@
3131
"engines": {
3232
"node": ">=20"
3333
},
34+
"devEngines": {
35+
"runtime": {
36+
"name": "node",
37+
"version": "22.x",
38+
"onFail": "error"
39+
},
40+
"packageManager": {
41+
"name": "npm",
42+
"onFail": "error"
43+
}
44+
},
3445
"scripts": {
3546
"build": "webpack --mode=production && webpack --mode=development",
3647
"copy": "npm run copy:css && npm run copy:js",

0 commit comments

Comments
 (0)