Skip to content

Commit

Permalink
Require node 14 as the max working version
Browse files Browse the repository at this point in the history
  • Loading branch information
alies-dev committed Dec 6, 2021
1 parent d7924ff commit 91ada4d
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
@@ -1,7 +1,7 @@
{
"private": true,
"engines": {
"node": ">=16.0"
"node": "^14.0"
},
"scripts": {
"dev": "npm run development",
Expand Down

0 comments on commit 91ada4d

Please sign in to comment.