diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 2f5e3fee..afb1c865 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v5 with: - node-version: 22 + node-version: 24 - name: Install pnpm run: npm install -g pnpm - name: Install dependencies