Skip to content

Commit edb63e2

Browse files
authoredMar 5, 2025··
fix: align required Node version with ESLint (#681)
1 parent e427b04 commit edb63e2

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed
 

‎.changeset/whole-sites-juggle.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"svelte-eslint-parser": patch
3+
---
4+
5+
fix: align required Node version with ESLint

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"license": "MIT",
1313
"packageManager": "pnpm@9.15.6",
1414
"engines": {
15-
"node": "^18.20.4 || ^20.18.0 || >=22.10.0"
15+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
1616
},
1717
"type": "module",
1818
"main": "lib/index.js",

0 commit comments

Comments
 (0)
Please sign in to comment.