From 24881d426f24a78c7461d9cb026c78f3cf4f5e1d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Oct 2025 03:15:26 +0000 Subject: [PATCH] Update dependency node to v24 --- .github/workflows/playwright.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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