Skip to content

Commit 235195f

Browse files
authored
upgrade yarn in CI (TypeStrong#1027)
1 parent e37f301 commit 235195f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/push.yml

+3
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ jobs:
1313
with:
1414
node-version: 12
1515

16+
- name: upgrade yarn
17+
run: npm install yarn -g
18+
1619
- name: install
1720
run: yarn install
1821

0 commit comments

Comments
 (0)