Skip to content

Commit b0a3089

Browse files
committed
specify minimum supported Node.js version
1 parent f4485fd commit b0a3089

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,8 @@
2727
"files": [
2828
"lib"
2929
],
30+
"engines": {
31+
"node": ">=10"
32+
},
3033
"repository": "github:Pytal/deploy-env"
3134
}

0 commit comments

Comments
 (0)