From 02c5dc81d91b1c19f13f546c6fa9f1ef3cd1e3bf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 11 Nov 2025 13:18:16 +0000 Subject: [PATCH] chore: update dependency node to v22.21.1 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1535f6b94..455108f77 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -76,7 +76,7 @@ jobs: - name: Use Node.js 22 uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0 with: - node-version: 22 + node-version: 22.21.1 - name: Update NPM run: npm install --global npm - name: Bootstrap project @@ -97,7 +97,7 @@ jobs: - name: Use Node.js 22 uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0 with: - node-version: 22 + node-version: 22.21.1 - name: Update NPM run: npm install --global npm - name: Bootstrap project