Skip to content

Commit 8097dab

Browse files
fix:node install
1 parent 3e444d8 commit 8097dab

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

.github/workflows/build-android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
- name: Install node_modules
6767
run: yarn install --frozen-lockfile
6868
- name: Install node_modules for example/
69-
run: yarn install --frozen-lockfile --cwd example
69+
run: yarn install --frozen-lockfile
7070

7171
- name: Restore Gradle cache
7272
uses: actions/cache@v5

.github/workflows/build-ios.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,7 @@ jobs:
5757
restore-keys: |
5858
${{ runner.os }}-yarn-
5959
- name: Install node_modules for example/
60-
run: yarn install --frozen-lockfile --cwd ..
61-
62-
- name: Restore buildcache
63-
uses: mikehardy/buildcache-action@v1
64-
continue-on-error: true
65-
60+
run: yarn install --frozen-lockfile
6661
- name: Setup Ruby (bundle)
6762
uses: ruby/setup-ruby@v1
6863
with:

0 commit comments

Comments
 (0)