Skip to content

Commit 8b9eb32

Browse files
committed
fix: revert package.json engine back to node.js 14+
1 parent 4425803 commit 8b9eb32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
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": ">=16"
31+
"node": ">=14"
3232
},
3333
"publishConfig": {
3434
"access": "public"
@@ -116,4 +116,4 @@
116116
"path": "./node_modules/@ryansonshine/cz-conventional-changelog"
117117
}
118118
}
119-
}
119+
}

0 commit comments

Comments
 (0)