Skip to content

Commit

Permalink
Specify pnpm version
Browse files Browse the repository at this point in the history
  • Loading branch information
emilkowalski committed Nov 6, 2023
1 parent 89f4e50 commit c37bb52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 16
- run: npm install pnpm -g
- run: npm install -g pnpm@5.3
- run: pnpm install
- run: pnpm build
- run: pnpm playwright install --with-deps
Expand Down

0 comments on commit c37bb52

Please sign in to comment.