From 519ffec979830e7df84ec60cd945c020980a6afc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Oct 2025 04:34:16 +0000 Subject: [PATCH] chore(deps): update dependency node to v22.21.0 --- .github/workflows/browser-testing.yml | 2 +- .github/workflows/css-lint.yaml | 2 +- .github/workflows/javascript-format-test-build.yml | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/browser-testing.yml b/.github/workflows/browser-testing.yml index 06a3c48a0a..8ca0c7c674 100644 --- a/.github/workflows/browser-testing.yml +++ b/.github/workflows/browser-testing.yml @@ -60,7 +60,7 @@ jobs: - uses: actions/setup-node@v4 if: steps.changed-files-yaml.outputs.testable_any_changed == 'true' with: - node-version: '22.20.0' + node-version: '22.21.0' - name: Cache node modules if: steps.changed-files-yaml.outputs.testable_any_changed == 'true' diff --git a/.github/workflows/css-lint.yaml b/.github/workflows/css-lint.yaml index a47514658c..493b99850b 100644 --- a/.github/workflows/css-lint.yaml +++ b/.github/workflows/css-lint.yaml @@ -47,7 +47,7 @@ jobs: - name: Set up Node.js uses: actions/setup-node@v4 with: - node-version: '22.20.0' + node-version: '22.21.0' - name: Install dependencies if: steps.changed-files-yaml.outputs.src_any_changed == 'true' diff --git a/.github/workflows/javascript-format-test-build.yml b/.github/workflows/javascript-format-test-build.yml index 289b18f332..b0c87bc9b4 100644 --- a/.github/workflows/javascript-format-test-build.yml +++ b/.github/workflows/javascript-format-test-build.yml @@ -61,7 +61,7 @@ jobs: - name: Setup Nodejs uses: actions/setup-node@v4 with: - node-version: '22.20.0' + node-version: '22.21.0' - name: Check out repository code uses: actions/checkout@v5 @@ -153,7 +153,7 @@ jobs: - name: Setup Nodejs uses: actions/setup-node@v4 with: - node-version: '22.20.0' + node-version: '22.21.0' - name: Cache node modules uses: actions/cache@v4 @@ -196,7 +196,7 @@ jobs: - name: Setup Nodejs uses: actions/setup-node@v4 with: - node-version: '22.20.0' + node-version: '22.21.0' - name: Cache node modules uses: actions/cache@v4