Skip to content

Commit

Permalink
feat!: Drop support for node@v14
Browse files Browse the repository at this point in the history
Also updates all packages to latest
  • Loading branch information
simenandre committed Mar 12, 2022
1 parent 786bbdd commit 4e75d6e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"access": "public"
},
"engines": {
"node": ">=14.15"
"node": ">=16"
},
"main": "index.js",
"dependencies": {
Expand All @@ -27,7 +27,7 @@
"prettier": "^2.3.2"
},
"volta": {
"node": "14.15.0",
"yarn": "1.22.10"
"node": "16.14.0",
"yarn": "1.22.17"
}
}

0 comments on commit 4e75d6e

Please sign in to comment.