Skip to content

Commit ed86873

Browse files
committed
chore: use yarn for package manager
1 parent cc36079 commit ed86873

3 files changed

Lines changed: 13387 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ jobs:
196196
ruby-version: 2.7
197197
bundler-cache: true
198198

199-
- name: Setup node 16
199+
- name: Setup node
200200
uses: actions/setup-node@v3
201201
if: steps.verify-android-changed-files.outputs.any_changed == 'true'
202202
with:
@@ -280,7 +280,7 @@ jobs:
280280
if: steps.verify-iOS-changed-files.outputs.any_changed == 'true'
281281
run: gem install cocoapods -v ${{ matrix.cocoapods }}
282282

283-
- name: Setup node 16
283+
- name: Setup node
284284
if: steps.verify-iOS-changed-files.outputs.any_changed == 'true'
285285
uses: actions/setup-node@v3
286286
with:

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ android/keystores/debug.keystore
6767
!.yarn/releases
6868
!.yarn/sdks
6969
!.yarn/versions
70-
yarn.lock
7170

7271
# Expo
7372
.expo/

0 commit comments

Comments
 (0)