We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5741ca commit 29f99d7Copy full SHA for 29f99d7
.changeset/olive-ducks-matter.md
@@ -0,0 +1,5 @@
1
+---
2
+"astro-eslint-parser": major
3
4
+
5
+feat!: make node version support more strict
package.json
@@ -8,7 +8,7 @@
8
"lib"
9
],
10
"engines": {
11
- "node": ">=18.0.0"
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
12
},
13
"scripts": {
14
"prebuild": "npm run -s clean",
0 commit comments