From 40ed4a2abcc57911aa73bea003b072150d19a30e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 00:46:17 +0000 Subject: [PATCH] chore(deps): update dependency node to v24 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c915bb76..5161bff6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 - uses: actions/setup-node@v6 with: - node-version: '22.21.1' + node-version: '24.11.1' - name: Setup Node Modules uses: bahmutov/npm-install@v1 - name: Run Playwright tests