Skip to content

Commit 368a7a4

Browse files
authored
ci: run all jobs on node 20 (#32)
1 parent 1e196e9 commit 368a7a4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/android-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up Node.js
1818
uses: actions/setup-node@v2
1919
with:
20-
node-version: 18
20+
node-version: 20
2121
cache: 'yarn'
2222
- name: Set up JDK
2323
uses: actions/setup-java@v3

.github/workflows/ios-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Node.js
1717
uses: actions/setup-node@v3
1818
with:
19-
node-version: 18
19+
node-version: 20
2020
cache: 'yarn'
2121
- name: Install npm dependencies
2222
run: yarn --frozen-lockfile

.github/workflows/macos-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Set up Node.js
1414
uses: actions/[email protected]
1515
with:
16-
node-version: 16
16+
node-version: 20
1717
- name: Cache /node_modules
1818
uses: actions/cache@v2
1919
with:

0 commit comments

Comments
 (0)