We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0aadff commit 94cbad2Copy full SHA for 94cbad2
1 file changed
.github/workflows/e2e-v2.yml
@@ -363,12 +363,7 @@ jobs:
363
name: ${{ matrix.rn-version }}-${{ matrix.rn-architecture }}-${{ matrix.engine }}-${{ matrix.platform }}-${{ matrix.build-type }}-${{ matrix.ios-use-frameworks }}-app-package
364
path: dev-packages/e2e-tests
365
366
- - name: Enable Corepack (iOS GH Runners)
367
- if: ${{ matrix.platform == 'ios' }}
368
- run: npm i -g corepack
369
-
370
- - name: Enable Corepack (Android Cirrus Labs runners)
371
- if: ${{ matrix.platform == 'android' }}
+ - name: Enable Corepack
372
run: corepack enable
373
374
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6
0 commit comments