Skip to content

Commit

Permalink
fix: set minimum node.js version to >= 12
Browse files Browse the repository at this point in the history
  • Loading branch information
brettstack committed Dec 19, 2023
1 parent e7ed8b1 commit 962d537
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -28,7 +28,7 @@
"url": "https://github.com/CodeGenieApp/serverless-express.git"
},
"engines": {
"node": ">=14"
"node": ">=12"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 962d537

Please sign in to comment.