From b084569ea0eb31d49589274ebafd0c0e7c8c3434 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 2 Dec 2023 19:50:00 +0000 Subject: [PATCH] Update actions/setup-node action to v4 --- .github/workflows/ci.yml | 6 +++--- .github/workflows/release.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5eb4b3fd..79e0c8db 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: with: version: ${{ env.PNPM_VERSION }} - name: Install Node - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: 16.x cache: pnpm @@ -46,7 +46,7 @@ jobs: with: version: ${{ env.PNPM_VERSION }} - name: Install Node - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: 16.x cache: pnpm @@ -82,7 +82,7 @@ jobs: with: version: ${{ env.PNPM_VERSION }} - name: Install Node - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: 18.x cache: pnpm diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c4dfc73a..94d6275a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/checkout@v3 - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: node-version: 12 registry-url: 'https://registry.npmjs.org'