Skip to content
This repository has been archived by the owner on Dec 27, 2022. It is now read-only.

Commit

Permalink
chore(devdeps): correct node range (#54)
Browse files Browse the repository at this point in the history
* chore(deps): update node.js to v16.13.2

* chore: fix update

Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Emmanuel Chambon <[email protected]>
  • Loading branch information
3 people authored Jan 12, 2022
1 parent 3fadec5 commit 55a3036
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 @@ -17,8 +17,8 @@
"access": "public"
},
"engines": {
"node": "16.13.0",
"yarn": "3.1.1"
"node": ">=14.x",
"yarn": ">=3.x"
},
"os": [
"darwin",
Expand Down

0 comments on commit 55a3036

Please sign in to comment.