Skip to content

Commit

Permalink
feat: drop node versions less than 18
Browse files Browse the repository at this point in the history
BREAKING CHANGE: node versions less than 18.0.0 are no longer supported
  • Loading branch information
DudaGod committed Nov 2, 2023
1 parent 0b78178 commit d05b8fa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

strategy:
matrix:
node-version: [16.x, 18.x]
node-version: [18.x, 20.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16
18
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": ">= 16.0.0"
"node": ">= 18.0.0"
},
"keywords": [
"hermione",
Expand Down

0 comments on commit d05b8fa

Please sign in to comment.