Skip to content

Commit fc227c4

Browse files
committed
chore: bump minimum required Node version to 18.13.0
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
1 parent 3817e2d commit fc227c4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/eas-cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
"typescript": "5.3.3"
122122
},
123123
"engines": {
124-
"node": ">=18.0.0"
124+
"node": ">=18.13.0"
125125
},
126126
"files": [
127127
"/bin",

packages/eas-json/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"typescript": "5.3.3"
2626
},
2727
"engines": {
28-
"node": ">=18.0.0"
28+
"node": ">=18.13.0"
2929
},
3030
"homepage": "https://github.com/expo/eas-cli",
3131
"license": "MIT",

scripts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"author": "Expo <[email protected]>",
1616
"license": "MIT",
1717
"engines": {
18-
"node": ">=18.0.0"
18+
"node": ">=18.13.0"
1919
},
2020
"dependencies": {
2121
"chalk": "5.2.0",

0 commit comments

Comments
 (0)