Skip to content

Commit

Permalink
Update playwright.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dulapahv committed Jun 18, 2024
1 parent 6459a3b commit 4370860
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ jobs:
uses: actions/checkout@v4

- name: 🏗️ Setup pnpm
uses: pnpm/action-setup@v4
uses: pnpm/action-setup@v2

- name: 🏗️ Setup node
uses: actions/setup-node@v4
with:
node-version: "18"
node-version: latest
cache: "pnpm"

- name: 📥 Install test dependencies
Expand Down

0 comments on commit 4370860

Please sign in to comment.