From a7abca01c358aec0205346e43bcb19ae37deefe7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 14:01:29 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v4.1.0 --- .github/workflows/npm.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/npm.yml b/.github/workflows/npm.yml index b79e0b8..e4c90ac 100644 --- a/.github/workflows/npm.yml +++ b/.github/workflows/npm.yml @@ -23,7 +23,7 @@ jobs: # Setup .npmrc file to publish to npm - name: 发布到 npmjs - uses: actions/setup-node@v4.0.4 + uses: actions/setup-node@v4.1.0 with: node-version: '16.x' registry-url: 'https://registry.npmjs.org'