Skip to content

Commit

Permalink
fix: revert package.json engine back to node.js 14+
Browse files Browse the repository at this point in the history
  • Loading branch information
brettstack committed Dec 19, 2023
1 parent 4425803 commit 8b9eb32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"url": "https:/CodeGenieApp/serverless-express.git"
},
"engines": {
"node": ">=16"
"node": ">=14"
},
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -116,4 +116,4 @@
"path": "./node_modules/@ryansonshine/cz-conventional-changelog"
}
}
}
}

0 comments on commit 8b9eb32

Please sign in to comment.