Skip to content

Commit

Permalink
Add CI workaround for corepack
Browse files Browse the repository at this point in the history
  • Loading branch information
williamgrosset committed Jan 15, 2024
1 parent 13cb3ae commit b5a3262
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 18
- run: corepack enable
- uses: actions/setup-node@v3
with:
node-version: 18
cache: yarn
- run: yarn install --immutable
- name: Install pnpm
run: npm install pnpm -g
- name: Install dependencies
Expand Down

0 comments on commit b5a3262

Please sign in to comment.