Skip to content

Commit 65d9ef5

Browse files
committed
Set Node.js requirement in package.json engines to >=18.3
1 parent 4917ab0 commit 65d9ef5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"test": "rimraf -g \"*.log\" \"test/*/*-copy\" && eslint . && npm run prettier-check && mocha"
4949
},
5050
"engines": {
51-
"node": ">=12"
51+
"node": ">=18.3"
5252
},
5353
"husky": {
5454
"hooks": {

0 commit comments

Comments
 (0)