From c436a4db98ad141be62998755c88adff67ca09fc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Oct 2025 07:05:50 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v6 --- .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 9fc5c26..c76f68c 100644 --- a/.github/workflows/npm.yml +++ b/.github/workflows/npm.yml @@ -8,7 +8,7 @@ jobs: steps: - uses: actions/checkout@v3 # Setup .npmrc file to publish to npm - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v6 with: node-version: '16.x' registry-url: 'https://registry.npmjs.org'