Skip to content

Commit

Permalink
Lower node requirement to 16.10 (closes #476)
Browse files Browse the repository at this point in the history
  • Loading branch information
keeganwitt committed Jul 20, 2022
1 parent b7329bc commit 801c068
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -62,7 +62,7 @@
"jest-get-type": "^28.0.0"
},
"engines": {
"node": "^14.15.0 || ^16.13.0 || >=18.0.0"
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
},
"lint-staged": {
"*.js": "eslint --fix",
Expand Down

0 comments on commit 801c068

Please sign in to comment.