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

Commit 840351b

Browse files
committed
try fix turbo build android
1 parent 2116350 commit 840351b

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,14 @@ jobs:
5656
- name: Checkout
5757
uses: actions/checkout@v3
5858

59-
- name: Setup
60-
uses: ./.github/actions/setup
59+
- name: Setup Node.js
60+
uses: actions/setup-node@v3
61+
with:
62+
node-version-file: .nvmrc
63+
64+
- name: Install dependencies
65+
run: yarn install
66+
shell: bash
6167

6268
- name: Cache turborepo for Android
6369
uses: actions/cache@v3

0 commit comments

Comments
 (0)