Skip to content

Commit

Permalink
fix: less strict Node.js/NPM version requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
coderbyheart committed Nov 22, 2021
1 parent d4a53cd commit 8ca1bd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
]
},
"engines": {
"node": "16",
"npm": "8"
"node": ">=14",
"npm": ">=7"
},
"release": {
"branches": [
Expand Down

0 comments on commit 8ca1bd4

Please sign in to comment.