Skip to content

Commit

Permalink
fix(env): update required node engine to v18.18
Browse files Browse the repository at this point in the history
  • Loading branch information
OnkarRuikar committed Jun 27, 2024
1 parent 7d54b29 commit bdf4487
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v18
v18.18
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.18.0"
},
"dependencies": {
"autocorrect-node": "2.11.1",
Expand Down

0 comments on commit bdf4487

Please sign in to comment.