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 65d9ef5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 65d9ef5

Please sign in to comment.