Skip to content

Commit

Permalink
fix(engines): add >=14.17.0 remove >=14.16.1 (engines.node)
Browse files Browse the repository at this point in the history
  • Loading branch information
arlac77 committed May 29, 2021
1 parent bf83a68 commit 5fe9004
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"semantic-release": "^17.4.3"
},
"engines": {
"node": ">=14.16.1"
"node": ">=14.17.0"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 5fe9004

Please sign in to comment.