Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 11477f4

Browse files
Enable corepack
1 parent 82cedea commit 11477f4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/react-native-code-push-ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ jobs:
6060
steps:
6161
- name: Checkout
6262
uses: actions/checkout@v2
63+
- name: Enable Corepack
64+
run: corepack enable
6365
- name: Setup Ruby
6466
uses: ruby/setup-ruby@v1
6567
with:

0 commit comments

Comments
 (0)