From e1c8ed6ce86c43a2f482ff4b8dfeeea520b1ad2e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 16:57:24 +0200 Subject: [PATCH] chore(deps): update actions/setup-node action to v4 (#190) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3641f22..bbf82bb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v2 - name: Enable corepack run: corepack enable - - uses: actions/setup-node@v1 + - uses: actions/setup-node@v4 with: registry-url: "https://registry.npmjs.org" - run: git switch next