Skip to content

Commit 90af39a

Browse files
authored
add yarn install step
1 parent 8802bc1 commit 90af39a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@ jobs:
1414
with:
1515
node-version: ${{ matrix.node }}
1616
- run: yarn global add lerna
17+
- run: yarn install
1718
- run: yarn run test

0 commit comments

Comments
 (0)