Skip to content

Commit

Permalink
fix: change node engine version to match dependencies (#1072)
Browse files Browse the repository at this point in the history
  • Loading branch information
r04922101 committed Mar 24, 2022
1 parent a331705 commit ef2c093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -139,7 +139,7 @@
}
},
"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
},
"release": {
"branches": [
Expand Down

0 comments on commit ef2c093

Please sign in to comment.