Skip to content

Commit cbbedb6

Browse files
committed
Update GitHub Actions
1 parent da77828 commit cbbedb6

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/build_android.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,26 +11,26 @@ jobs:
1111
fail-fast: false
1212
matrix:
1313
new_arch_enabled: [1, 0]
14-
rn_ver: [ 0.80.2, 0.79-stable, 0.78-stable, 0.77-stable, 0.76-stable, 0.75-stable, 0.74-stable, 0.73-stable ]
14+
rn_ver: [0.84.1, 0.83.4, 0.82.1, 0.81.6, 0.80.3, 0.79.7, 0.78.3]
1515

16-
runs-on: ubuntu-24.04
16+
runs-on: ubuntu-latest
1717

1818
steps:
1919
- name: Checkout repository
20-
uses: actions/checkout@v4
20+
uses: actions/checkout@v6
2121
with:
2222
fetch-depth: 1
2323

2424
- name: Setup Java 19
25-
uses: actions/setup-java@v4
25+
uses: actions/setup-java@v5
2626
with:
2727
distribution: 'temurin'
2828
java-version: 19
2929

3030
- name: Setup Node.js 22
31-
uses: actions/setup-node@v4
31+
uses: actions/setup-node@v6
3232
with:
33-
node-version: 22
33+
node-version: 24
3434

3535
- name: Build Tmp React Native App
3636
env:

0 commit comments

Comments
 (0)