From e858f3e1b50df084cebbfc0c6c0c7818a655684f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 12:06:37 +0800 Subject: [PATCH] chore(deps): update dependency actions/setup-node to v5.0.0 --- .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 40e42ee..99dbc3a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ jobs: fetch-depth: 0 - name: Set Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v5.0.0 with: registry-url: 'https://registry.npmjs.org'