Skip to content

Commit 962d537

Browse files
committed
fix: set minimum node.js version to >= 12
1 parent e7ed8b1 commit 962d537

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"url": "https://github.com/CodeGenieApp/serverless-express.git"
2929
},
3030
"engines": {
31-
"node": ">=14"
31+
"node": ">=12"
3232
},
3333
"publishConfig": {
3434
"access": "public"

0 commit comments

Comments
 (0)