Skip to content

Commit

Permalink
upgrade yarn in CI (#1027)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyreilly authored Oct 22, 2019
1 parent e37f301 commit 235195f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:
with:
node-version: 12

- name: upgrade yarn
run: npm install yarn -g

- name: install
run: yarn install

Expand Down

0 comments on commit 235195f

Please sign in to comment.