Skip to content

Commit

Permalink
chore: upgrade minimal node version to 18.18
Browse files Browse the repository at this point in the history
node.js < v18.18, v19 are no longer supported. https://eslint.org/docs/latest/use/migrate-to-9.0.0#-nodejs--v1818-v19-are-no-longer-supported

Issues: MOL-29362
  • Loading branch information
Txabox committed Apr 23, 2024
1 parent eb066fc commit 2725ceb
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 @@ -25,7 +25,7 @@
"semantic-release": "^22.0.12"
},
"engines": {
"node": ">=18"
"node": ">=18.18"
},
"peerDependencies": {
"eslint": "^7.32.0"
Expand Down

0 comments on commit 2725ceb

Please sign in to comment.