Skip to content

Commit

Permalink
fix: downgrade node restriction to 14 (#50)
Browse files Browse the repository at this point in the history
* fix: downgrade node to 14

* fix: remove node restriction

* >= 14
  • Loading branch information
sunwrobert authored Jun 18, 2022
1 parent 647e465 commit 5760ada
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions 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 @@ -79,7 +79,7 @@
"typescript": "4.6.2"
},
"engines": {
"node": ">=16"
"node": ">=14.0.0"
},
"lint-staged": {
"package.json": [
Expand Down

0 comments on commit 5760ada

Please sign in to comment.