Skip to content

Commit

Permalink
Remove pnpm version to avoid mismatches with package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
karlhorky authored May 6, 2024
1 parent d16c684 commit 5c4a78c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/playwright.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ jobs:
runs-on: ubuntu-latest # or macos-latest, windows-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
with:
version: 'latest'
- uses: pnpm/action-setup@v3

# Use the official setup-node action (sets up Node.js):
# https://github.com/actions/setup-node
Expand Down

0 comments on commit 5c4a78c

Please sign in to comment.