Skip to content

Commit

Permalink
fix!: align Node.js version support with ESLint 9
Browse files Browse the repository at this point in the history
Fixes #232
  • Loading branch information
voxpelli committed Sep 18, 2024
1 parent ede67fe commit bd8def1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
},
"engines": {
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
},
"funding": "https://opencollective.com/eslint"
}

0 comments on commit bd8def1

Please sign in to comment.