Skip to content

Commit 4a69855

Browse files
authored
Update Node.js engine requirements in package.json
1 parent c600ea9 commit 4a69855

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@
2020
"*.mjs",
2121
"dist"
2222
],
23+
"engines": {
24+
"node": "^20.19.0 || ^22.13.0 || >=24"
25+
},
2326
"scripts": {
2427
"build": "nuxt build && tsdown",
2528
"dev": "nuxt dev",
@@ -30,9 +33,6 @@
3033
"test": "vitest",
3134
"typecheck": "nuxt typecheck"
3235
},
33-
"engines": {
34-
"node": "^20.19.0 || ^22.13.0 || >=24"
35-
},
3636
"peerDependencies": {
3737
"eslint": "^8.50.0 || ^9.0.0"
3838
},

0 commit comments

Comments
 (0)