Skip to content

Commit 59c5201

Browse files
committed
feat!: Require Node.js ^20.19.0 || ^22.13.0 || >=24
refs eslint/eslint#19969
1 parent a1d9b34 commit 59c5201

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@
3030
"test": "vitest",
3131
"typecheck": "nuxt typecheck"
3232
},
33+
"engines": {
34+
"node": "^20.19.0 || ^22.13.0 || >=24"
35+
},
3336
"peerDependencies": {
3437
"eslint": "^8.50.0 || ^9.0.0"
3538
},

0 commit comments

Comments
 (0)