Skip to content

Commit 2f9e718

Browse files
refactor: upgrade to Node 22 for stable fetch (#655)
1 parent 9e4bb20 commit 2f9e718

19 files changed

Lines changed: 20 additions & 20 deletions

File tree

.github/actions/setup-runtime/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Prepare Runtime in GitHub Actions
44
inputs:
55
node-version:
66
description: Version of Node to use
7-
default: 20.x
7+
default: 22.x
88

99
eas-version:
1010
description: Version of EAS CLI to use

.github/actions/setup-snackager/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Prepare Snackager in GitHub Actions
44
inputs:
55
node-version:
66
description: Version of Node to use
7-
default: 20.x
7+
default: 22.x
88

99
runs:
1010
using: composite

.github/actions/setup-snackpub/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Prepare Snackpub in GitHub Actions
44
inputs:
55
node-version:
66
description: Version of Node to use
7-
default: 20.x
7+
default: 22.x
88

99
runs:
1010
using: composite

.github/actions/setup-website/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Prepare Website in GitHub Actions
44
inputs:
55
node-version:
66
description: Version of Node to use
7-
default: 20.x
7+
default: 22.x
88

99
runs:
1010
using: composite

.github/workflows/packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- name: 🏗 Setup Node
5454
uses: actions/setup-node@v4
5555
with:
56-
node-version: 20.x
56+
node-version: 22.x
5757
cache: yarn
5858

5959
- name: 📦 Install monorepo dependencies

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"author": "Expo",
55
"license": "MIT",
66
"volta": {
7-
"node": "20.19.4"
7+
"node": "22.21.1"
88
},
99
"scripts": {
1010
"start": "turbo build --filter '{./packages/snack-term}...' && yarn --cwd ./packages/snack-term start",

packages/snack-babel-standalone/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"author": "Expo <support@expo.dev>",
3434
"license": "MIT",
3535
"volta": {
36-
"node": "20.19.4"
36+
"node": "22.21.1"
3737
},
3838
"scripts": {
3939
"test": "echo 'No tests yet'",

packages/snack-content/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"author": "Expo <support@expo.dev>",
2828
"license": "MIT",
2929
"volta": {
30-
"node": "20.19.4"
30+
"node": "22.21.1"
3131
},
3232
"dependencies": {
3333
"semver": "^7.3.4"

packages/snack-eslint-standalone/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@
5454
"snack-babel-standalone": "^3.0.1"
5555
},
5656
"volta": {
57-
"node": "20.19.4"
57+
"node": "22.21.1"
5858
}
5959
}

packages/snack-proxies/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"build": "tsc"
1313
},
1414
"volta": {
15-
"node": "20.19.4"
15+
"node": "22.21.1"
1616
},
1717
"dependencies": {
1818
"chalk": "^4.1.0",

0 commit comments

Comments
 (0)