Skip to content

Commit d5a4dbd

Browse files
authored
Specify node version inside package.json (anuraghazra#2823)
1 parent c4035a5 commit d5a4dbd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

+3
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,8 @@
6161
},
6262
"lint-staged": {
6363
"*.{js,css,md}": "prettier --write"
64+
},
65+
"engines": {
66+
"node": ">=18.0.0"
6467
}
6568
}

0 commit comments

Comments
 (0)