Skip to content

Commit

Permalink
downgrade node version to 16
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle-Law committed Dec 18, 2021
1 parent be8135b commit 82aa766
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"start": "node server.js"
},
"engines": {
"node": ">=11"
"node": "16"
},
"dependencies": {
"@babel/core": "^7.10.5",
Expand Down

0 comments on commit 82aa766

Please sign in to comment.