Skip to content

Commit

Permalink
fix(env): update required node engine to v18.18 (#21977)
Browse files Browse the repository at this point in the history
Co-authored-by: Andi Pieper <[email protected]>
  • Loading branch information
OnkarRuikar and argl authored Jul 29, 2024
1 parent a106d3f commit 8d122a5
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 @@ -24,7 +24,7 @@
"prepare": "husky || true"
},
"engines": {
"node": ">=18.0.0"
"node": ">=18.12.0"
},
"dependencies": {
"autocorrect-node": "2.11.1",
Expand Down

0 comments on commit 8d122a5

Please sign in to comment.