Skip to content

Commit

Permalink
ci: fix yarn command
Browse files Browse the repository at this point in the history
  • Loading branch information
andersonba committed Jan 26, 2024
1 parent 2b9cf15 commit 108f279
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
node-version-file: '.tool-versions'
cache: 'yarn'
- run: yarn install
- run: yarn install --frozen-lockfile
- run: yarn lint
- run: yarn test
- run: yarn clean
Expand Down

0 comments on commit 108f279

Please sign in to comment.