Skip to content

Commit

Permalink
Ensure yarn is installed!
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricwider committed Mar 12, 2021
1 parent c084e16 commit a1db0d1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 14
- run: |
yarn install
- run: |
Expand Down

0 comments on commit a1db0d1

Please sign in to comment.