diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 069ec3b..db56d37 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -17,7 +17,7 @@ jobs: node-version: lts/* - uses: pnpm/action-setup@v2 with: - version: 8 + version: 9 - name: Install dependencies run: pnpm install - name: Install Playwright Browsers