Skip to content

Commit

Permalink
chore(repo): Upgrade to node@18
Browse files Browse the repository at this point in the history
  • Loading branch information
dimkl committed Oct 11, 2023
1 parent 6a72e55 commit 32e27c7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/fastify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"fastify-plugin": "^4.5.0"
},
"engines": {
"node": ">=14"
"node": ">=18"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-clerk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"gatsby": "^4.24.8 || ^5"
},
"engines": {
"node": ">=14"
"node": ">=18"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
"react-dom": "^17.0.2 || ^18.0.0-0"
},
"engines": {
"node": ">=14"
"node": ">=18"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/remix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"react-dom": ">=18.0.0"
},
"engines": {
"node": ">=18.0.0"
"node": ">=18"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 32e27c7

Please sign in to comment.