From 007357e4af35b0a11a024b2b664e84f1a6837b51 Mon Sep 17 00:00:00 2001 From: D N <4661784+retyui@users.noreply.github.com> Date: Wed, 22 Jan 2025 19:48:14 +0100 Subject: [PATCH] Build app --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 32a5758..b338160 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -60,7 +60,7 @@ jobs: max-parallel: 4 matrix: new_arch_enabled: [ 1, 0 ] - rn_ver: [ latest ] # also, can be any npm tag: 0.71-stable, next, nightly + rn_ver: [0.81.5, 0.80.2, 0.79.7, 0.78.3, 0.77.3, 0.76.9, 0.75.5, 0.74.7, 0.73.11, 0.72.17, 0.71.19 ] # also, can be any npm tag: 0.71-stable, next, nightly steps: - name: Checkout repository uses: actions/checkout@v3 @@ -83,7 +83,7 @@ jobs: max-parallel: 3 matrix: new_arch_enabled: [ 1, 0 ] - rn_ver: [ latest ] # also, can be any npm tag: 0.71-stable, next, nightly + rn_ver: [0.81.5, 0.80.2, 0.79.7, 0.78.3, 0.77.3, 0.76.9, 0.75.5, 0.74.7, 0.73.11, 0.72.17, 0.71.19 ] # also, can be any npm tag: 0.71-stable, next, nightly steps: - name: Checkout repository uses: actions/checkout@v3