Skip to content

Commit 216efbf

Browse files
committed
Update CI, Node.js 16 actions are deprecated.
1 parent cfecdcb commit 216efbf

File tree

1 file changed

+15
-6
lines changed

1 file changed

+15
-6
lines changed

.github/workflows/android_ios.yaml .github/workflows/build_android.yaml

+15-6
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Android & iOS
1+
name: Build Android
22

33
on: [push]
44

@@ -11,17 +11,26 @@ jobs:
1111
fail-fast: false
1212
matrix:
1313
new_arch_enabled: [1, 0]
14-
rn_ver: [0.72.3, 0.71.12, 0.70.13, 0.69.12] #, 0.68.7, 0.67.5, 0.66.5, 0.65.3
14+
rn_ver: [0.73.4, 0.72.10, 0.71.16, 0.70.15, 0.69.12] #, 0.68.7, 0.67.5, 0.66.5, 0.65.3
1515

1616
runs-on: ubuntu-22.04
1717

1818
steps:
19-
- uses: actions/checkout@v3
19+
- name: Checkout repository
20+
uses: actions/checkout@v4
21+
with:
22+
fetch-depth: 1
23+
24+
- name: Setup Java 17
25+
uses: actions/setup-java@v4
26+
with:
27+
distribution: 'temurin'
28+
java-version: 17
2029

21-
- name: Setup Node.js
22-
uses: actions/setup-node@v3
30+
- name: Setup Node.js 20
31+
uses: actions/setup-node@v4
2332
with:
24-
node-version: 16
33+
node-version: 20
2534

2635
- name: Build Tmp React Native App
2736
env:

0 commit comments

Comments
 (0)