Skip to content

Commit 3631d26

Browse files
committed
Specify Node 16+ in engines
1 parent c016688 commit 3631d26

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
"*.js"
2222
],
2323
"main": "app.js",
24+
"engines": { "node" : ">=16.0" },
2425
"license": "MIT",
2526
"scripts": {
2627
"build": "npm run build:contract",

0 commit comments

Comments
 (0)