From 3d7b3ebcb4068a28418c4d095beffabab09b95bb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Oct 2025 03:39:55 +0000 Subject: [PATCH] Update dependency node to v24 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 17b7a76..84bffb4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: key: ${{ runner.os }}-lint-modules-${{ hashFiles('**/yarn.lock') }} - uses: actions/setup-node@v4 with: - node-version: 20.x + node-version: 24.x - run: yarn install - run: yarn run lint @@ -100,6 +100,6 @@ jobs: key: ${{ runner.os }}-webpack-modules-${{ hashFiles('**/yarn.lock') }} - uses: actions/setup-node@v4 with: - node-version: 20.x + node-version: 24.x - run: yarn install - run: npx webpack