Skip to content

Commit 5760ada

Browse files
authored
fix: downgrade node restriction to 14 (#50)
* fix: downgrade node to 14 * fix: remove node restriction * >= 14
1 parent 647e465 commit 5760ada

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

package-lock.json

Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"typescript": "4.6.2"
8080
},
8181
"engines": {
82-
"node": ">=16"
82+
"node": ">=14.0.0"
8383
},
8484
"lint-staged": {
8585
"package.json": [

0 commit comments

Comments
 (0)