From a21a9bc4bec8b75c30442422d343de205824a49b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 10:28:56 +0000 Subject: [PATCH] Bump actions/setup-node from 4 to 5 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4 to 5. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/npm.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/npm.yml b/.github/workflows/npm.yml index 3f598d1..e335c4f 100644 --- a/.github/workflows/npm.yml +++ b/.github/workflows/npm.yml @@ -38,7 +38,7 @@ jobs: - name: Checkout uses: actions/checkout@v5 - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v5 with: node-version: "18.x" registry-url: 'https://registry.npmjs.org' @@ -106,7 +106,7 @@ jobs: - name: Checkout uses: actions/checkout@v5 - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v5 with: node-version: "18.x" registry-url: 'https://registry.npmjs.org'