Skip to content

Commit

Permalink
chore(package.json): update engines remove node 12
Browse files Browse the repository at this point in the history
  • Loading branch information
kdhttps committed Mar 21, 2022
1 parent 020f18e commit de99b88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
]
},
"engines": {
"node": "^12.19.0 || ^14.15.0 || ^16.13.0"
"node": "^14.15.0 || ^16.13.0"
},
"scripts": {
"start": "NODE_ENV=production node server/app.js",
Expand Down

0 comments on commit de99b88

Please sign in to comment.