From ceb499695ceefb9cee0808832ca688161b22d9cd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 05:28:19 +0000 Subject: [PATCH] chore(deps): update dependency node to v20.20.2 --- .github/workflows/autofix.yml | 2 +- .github/workflows/ci.yml | 10 +++++----- .github/workflows/generate-monthly-updates.yml | 2 +- .github/workflows/update-packages.yml | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml index 161a57ff..643c1e66 100644 --- a/.github/workflows/autofix.yml +++ b/.github/workflows/autofix.yml @@ -16,7 +16,7 @@ jobs: - run: corepack enable - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4 with: - node-version: 20.5 + node-version: 20.20.2 cache: pnpm - name: Install dependencies diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d1a38a69..2b6f2d48 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: - run: corepack enable - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4 with: - node-version: 20.5 + node-version: 20.20.2 cache: pnpm - name: Install dependencies @@ -36,7 +36,7 @@ jobs: - run: corepack enable - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4 with: - node-version: 20.5 + node-version: 20.20.2 cache: pnpm - name: Install dependencies @@ -54,7 +54,7 @@ jobs: - run: corepack enable - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4 with: - node-version: 20.5 + node-version: 20.20.2 cache: pnpm - name: Install dependencies @@ -72,7 +72,7 @@ jobs: - run: corepack enable - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4 with: - node-version: 20.5 + node-version: 20.20.2 cache: pnpm - name: Install dependencies @@ -90,7 +90,7 @@ jobs: - run: corepack enable - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4 with: - node-version: 20.5 + node-version: 20.20.2 cache: pnpm - name: Install dependencies diff --git a/.github/workflows/generate-monthly-updates.yml b/.github/workflows/generate-monthly-updates.yml index e7ce5cbc..c83643c3 100644 --- a/.github/workflows/generate-monthly-updates.yml +++ b/.github/workflows/generate-monthly-updates.yml @@ -22,7 +22,7 @@ jobs: - run: corepack enable - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4 with: - node-version: 20 + node-version: 20.20.2 cache: pnpm - name: Install dependencies diff --git a/.github/workflows/update-packages.yml b/.github/workflows/update-packages.yml index afa52def..94fda5e3 100644 --- a/.github/workflows/update-packages.yml +++ b/.github/workflows/update-packages.yml @@ -22,7 +22,7 @@ jobs: - run: corepack enable - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4 with: - node-version: 20 + node-version: 20.20.2 cache: pnpm - name: Install dependencies