Skip to content
This repository was archived by the owner on Dec 29, 2022. It is now read-only.

Commit 2cd8fe3

Browse files
committed
ci: use bootstrap for install
1 parent be7ab40 commit 2cd8fe3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
node-version: 12.x
6464

6565
- run: npm install -g yarn
66-
- run: yarn install
66+
- run: cd .. && yarn bootstrap && cd example
6767
# - uses: expo/expo-github-action@v5
6868
# with:
6969
# expo-version: 3.x

0 commit comments

Comments
 (0)