Skip to content

Commit

Permalink
Fix workflows
Browse files Browse the repository at this point in the history
missed a global install :(
  • Loading branch information
joao Felipe Santoro Pinto committed Feb 26, 2021
1 parent a0a62f5 commit 2cdd545
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integrate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/checkout@master
- name: Install yarn...
run: npm install -g yarn
run: npm install yarn
- name: Installing dependencies...
run: yarn install
- name: Running lint...
Expand Down

0 comments on commit 2cdd545

Please sign in to comment.