Skip to content

Commit

Permalink
chore: fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge committed Jan 4, 2025
1 parent 4c0a3b0 commit db1d45b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout project
uses: actions/checkout@v3
uses: actions/checkout

- name: Install pnpm
uses: pnpm/action-setup@v2
uses: pnpm/action-setup
with:
version: 8
version: 9

- name: Install Node.js
uses: actions/setup-node@v3
uses: actions/setup-node
with:
node-version: "latest"
cache: pnpm
Expand Down

0 comments on commit db1d45b

Please sign in to comment.