Skip to content

Commit

Permalink
fix(env): update required node engine to v18.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
OnkarRuikar committed Jun 27, 2024
1 parent 49f9d73 commit 219eb39
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.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,6 @@
"webpack-node-externals": "^3.0.0"
},
"engines": {
"node": ">=18.16.0"
"node": ">=18.18.0"
}
}

0 comments on commit 219eb39

Please sign in to comment.