Skip to content

Commit

Permalink
Update CI, Node.js 16 actions are deprecated.
Browse files Browse the repository at this point in the history
  • Loading branch information
retyui committed Feb 25, 2024
1 parent cfecdcb commit 216efbf
Showing 1 changed file with 15 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Android & iOS
name: Build Android

on: [push]

Expand All @@ -11,17 +11,26 @@ jobs:
fail-fast: false
matrix:
new_arch_enabled: [1, 0]
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
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

runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v3
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 1

- name: Setup Java 17
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 17

- name: Setup Node.js
uses: actions/setup-node@v3
- name: Setup Node.js 20
uses: actions/setup-node@v4
with:
node-version: 16
node-version: 20

- name: Build Tmp React Native App
env:
Expand Down

0 comments on commit 216efbf

Please sign in to comment.