diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index e3700d201..12e994ddb 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 20 + node-version: 22 - name: Install dependencies run: npm ci - name: Install Playwright Browsers