From 1181917047e3499dd6eb22cd4504738ddfc39d78 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 05:43:38 +0000 Subject: [PATCH] Update dependency node to v22 --- .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 d007318..564789b 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@v5 with: - node-version: 20.x + node-version: 22.x - run: yarn install - run: yarn run lint @@ -99,6 +99,6 @@ jobs: key: ${{ runner.os }}-webpack-modules-${{ hashFiles('**/yarn.lock') }} - uses: actions/setup-node@v5 with: - node-version: 20.x + node-version: 22.x - run: yarn install - run: npx webpack