Skip to content

Commit d97d442

Browse files
committed
chore: update node to 22
1 parent 65f2227 commit d97d442

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.github/workflows/ci-native-cli.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Setup Node.js
2727
uses: actions/setup-node@v4
2828
with:
29-
node-version: 20.x
29+
node-version: 22.x
3030
cache: 'yarn'
3131

3232
- name: Install Example

.github/workflows/ci-native-expo.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Setup Node.js
2727
uses: actions/setup-node@v4
2828
with:
29-
node-version: 20.x
29+
node-version: 22.x
3030
cache: 'yarn'
3131

3232
- name: Install Example

.github/workflows/ci-web-nextjs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Setup Node.js
2727
uses: actions/setup-node@v4
2828
with:
29-
node-version: 20.x
29+
node-version: 22.x
3030
cache: 'yarn'
3131

3232
- name: Install Example

.github/workflows/ci-web-vite.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Setup Node.js
2727
uses: actions/setup-node@v4
2828
with:
29-
node-version: 20.x
29+
node-version: 22.x
3030
cache: 'yarn'
3131

3232
- name: Install Example

.github/workflows/test-example-apps.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Setup Node.js
2727
uses: actions/setup-node@v4
2828
with:
29-
node-version: 20.x
29+
node-version: 22.x
3030
cache: 'yarn'
3131

3232
- name: Install Example
@@ -62,7 +62,7 @@ jobs:
6262
- name: Setup Node.js
6363
uses: actions/setup-node@v4
6464
with:
65-
node-version: 20.x
65+
node-version: 22.x
6666
cache: 'yarn'
6767

6868
- name: Install Example
@@ -95,7 +95,7 @@ jobs:
9595
- name: Setup Node.js
9696
uses: actions/setup-node@v4
9797
with:
98-
node-version: 20.x
98+
node-version: 22.x
9999
cache: 'yarn'
100100

101101
- name: Install Example
@@ -131,7 +131,7 @@ jobs:
131131
- name: Setup Node.js
132132
uses: actions/setup-node@v4
133133
with:
134-
node-version: 20.x
134+
node-version: 22.x
135135
cache: 'yarn'
136136

137137
- name: Install Example

0 commit comments

Comments
 (0)