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

Commit 67aaf33

Browse files
committed
ci: add install script for yarn
1 parent c0e9c57 commit 67aaf33

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,15 @@ jobs:
5757
- uses: actions/setup-node@v1
5858
with:
5959
node-version: 12.x
60+
61+
- run: npm install -g yarn
62+
- run: yarn bootstrap
6063
# - uses: expo/expo-github-action@v5
6164
# with:
6265
# expo-version: 3.x
6366
# expo-username: ${{ secrets.EXPO_CLI_USERNAME }}
6467
# expo-password: ${{ secrets.EXPO_CLI_PASSWORD }}
6568
# - run: yarn bootstrap
66-
6769
# - name: Publish Example App to expo 🚀
6870
# working-directory: example
6971
# run: expo publish

0 commit comments

Comments
 (0)