Skip to content

Commit

Permalink
docs: update package.json engines to Node.js 16 (#881)
Browse files Browse the repository at this point in the history
  • Loading branch information
trivikr authored Jun 25, 2024
1 parent 05c30df commit 4c708ec
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 @@ -61,7 +61,7 @@
"vitest": "~1.6.0"
},
"engines": {
"node": ">=14.0.0"
"node": ">=16.0.0"
},
"packageManager": "[email protected]",
"lint-staged": {
Expand Down

0 comments on commit 4c708ec

Please sign in to comment.