Skip to content

Commit

Permalink
chore: bump minimum required Node version to 18.13.0
Browse files Browse the repository at this point in the history
This version includes the `File` primitive that might be required for FormData and large file uploads.

See: https://nodejs.org/en/blog/release/v18.13.0\#introduce-file
See: https://github.com/expo/eas-cli/pull/2414\#discussion_r1634640527
  • Loading branch information
byCedric committed Jun 11, 2024
1 parent 3817e2d commit fc227c4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/eas-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
"typescript": "5.3.3"
},
"engines": {
"node": ">=18.0.0"
"node": ">=18.13.0"
},
"files": [
"/bin",
Expand Down
2 changes: 1 addition & 1 deletion packages/eas-json/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"typescript": "5.3.3"
},
"engines": {
"node": ">=18.0.0"
"node": ">=18.13.0"
},
"homepage": "https://github.com/expo/eas-cli",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"author": "Expo <support@expo.dev>",
"license": "MIT",
"engines": {
"node": ">=18.0.0"
"node": ">=18.13.0"
},
"dependencies": {
"chalk": "5.2.0",
Expand Down

0 comments on commit fc227c4

Please sign in to comment.