Skip to content

Commit

Permalink
build(gha): add missing checkout step
Browse files Browse the repository at this point in the history
  • Loading branch information
EdieLemoine committed Dec 19, 2023
1 parent 58d7b5c commit 8b7537c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
matrix:
node-version: [18, 20]
steps:
- uses: actions/checkout@v3

- uses: myparcelnl/actions/yarn-install@v3
with:
node-version: ${{ matrix.node-version }}
Expand Down

0 comments on commit 8b7537c

Please sign in to comment.