From 3a8dbcb25b92f379daf930e143aa96dfa077544a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 13:33:00 +0000 Subject: [PATCH] chore: pin dependency node to 16.20.2 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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 f9f63ab0f..16a86fbfa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -82,7 +82,7 @@ jobs: - name: Use Node.js 16 uses: actions/setup-node@v2 with: - node-version: 16 + node-version: 16.20.2 - name: Bootstrap project run: | npm ci --ignore-scripts @@ -101,7 +101,7 @@ jobs: - name: Use Node.js 16 uses: actions/setup-node@v2 with: - node-version: 16 + node-version: 16.20.2 - name: Bootstrap project run: | npm ci --ignore-scripts