Skip to content

Commit

Permalink
chore: update minimal nodejs engine to 18 (others have reached EOF)
Browse files Browse the repository at this point in the history
  • Loading branch information
josdejong committed Sep 13, 2023
1 parent 7cec654 commit 7f3b4a2
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 @@ -37,7 +37,7 @@
"prepublishOnly": "npm run build-and-test"
},
"engines": {
"node": ">= 14"
"node": ">= 18"
},
"devDependencies": {
"@babel/cli": "7.22.15",
Expand Down

0 comments on commit 7f3b4a2

Please sign in to comment.