Skip to content

Commit

Permalink
add corepack prepare
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalets committed Jan 31, 2025
1 parent 3572b5a commit 47b1219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
with:
node-version: 20
cache: 'yarn'
- run: corepack enable
- run: corepack enable && corepack prepare yarn@stable --activate
- run: yarn install --immutable
- run: yarn playwright install --with-deps
- run: yarn test
Expand Down

0 comments on commit 47b1219

Please sign in to comment.