From c0a7963f8e28959a68ba035e5e56d6c460e4400e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 14 Apr 2025 07:44:02 +0000 Subject: [PATCH] chore: update actions/setup-node action to v4.4.0 --- .github/workflows/build-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 0bb0d48..675e8f5 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -13,7 +13,7 @@ jobs: with: fetch-depth: 0 - name: Use node - uses: actions/setup-node@v4.0.3 + uses: actions/setup-node@v4.4.0 with: node-version-file: ".nvmrc" cache: "npm" @@ -32,7 +32,7 @@ jobs: with: fetch-depth: 0 - name: Use node - uses: actions/setup-node@v4.0.3 + uses: actions/setup-node@v4.4.0 with: node-version-file: ".nvmrc" cache: "npm"