Skip to content

Commit

Permalink
Set Node.js requirement in package.json engines to >=18.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mgol committed Nov 15, 2023
1 parent 4917ab0 commit 089894e
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 @@ -48,7 +48,7 @@
"test": "rimraf -g \"*.log\" \"test/*/*-copy\" && eslint . && npm run prettier-check && mocha"
},
"engines": {
"node": ">=12"
"node": ">=18.3"
},
"husky": {
"hooks": {
Expand Down

0 comments on commit 089894e

Please sign in to comment.