From 3d749ea43b3cb32c0dc018a5d5f645ffd5cc2186 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 14 Jan 2026 04:42:15 +0000 Subject: [PATCH] Update Node.js to v22.22.0 --- .github/workflows/build.yml | 6 +++--- .nvmrc | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a3e63427..c0986c0c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -7,7 +7,7 @@ jobs: - uses: actions/checkout@v6 - uses: actions/setup-node@v3 with: - node-version: "22.21.1" + node-version: "22.22.0" cache: "yarn" - run: "yarn install" - run: "yarn analyze" @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@v6 - uses: actions/setup-node@v3 with: - node-version: "22.21.1" + node-version: "22.22.0" cache: "yarn" - run: "yarn install" - run: "yarn ci:test" @@ -30,7 +30,7 @@ jobs: - uses: actions/checkout@v6 - uses: actions/setup-node@v3 with: - node-version: "22.21.1" + node-version: "22.22.0" cache: "yarn" - run: "yarn install" - run: "yarn ci:test:acc" diff --git a/.nvmrc b/.nvmrc index 5767036a..85e50277 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -22.21.1 +22.22.0