Skip to content

Commit

Permalink
fix: require node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
kaisermann committed Nov 23, 2022
1 parent c94585c commit bf622da
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 @@ -19,10 +19,10 @@
"translation"
],
"engines": {
"node": ">= 17.5.0"
"node": ">= 16"
},
"volta": {
"node": "17.5.0"
"node": "16.0.0"
},
"scripts": {
"clean": "rm -rf dist/",
Expand Down

0 comments on commit bf622da

Please sign in to comment.