From b1ca6fbb9aa8ea11056deb060bd89229b9dd23e4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Oct 2025 09:12:13 +0000 Subject: [PATCH] chore(deps): update dependency node to v22.21.1 --- .github/workflows/continuous-integration.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index b7ddee7..d04ce29 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -18,7 +18,7 @@ jobs: - name: Use Node.js v19.5.0 uses: actions/setup-node@v6 with: - node-version: 22.20.0 + node-version: 22.21.1 cache: yarn - name: Install Dependencies run: yarn --immutable @@ -36,7 +36,7 @@ jobs: - name: Use Node.js v19.5.0 uses: actions/setup-node@v6 with: - node-version: 22.20.0 + node-version: 22.21.1 cache: yarn - name: Install Dependencies run: yarn --immutable