Skip to content

Commit

Permalink
chore: drop node versions less than 18.17.0
Browse files Browse the repository at this point in the history
BREAKING CHANGE: node versions less than 18.17.0 are no longer supported
  • Loading branch information
DudaGod committed Mar 7, 2024
1 parent 0f6738c commit 2af3bbc
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 @@ -30,7 +30,7 @@
"url": "git://github.com/gemini-testing/hermione.git"
},
"engines": {
"node": ">= 18.0.0"
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
},
"keywords": [
"hermione",
Expand Down

0 comments on commit 2af3bbc

Please sign in to comment.