From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 15:34:46 +0000 (+0200) Subject: Bump actions/setup-node from 5 to 6 (#12138) X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=67f67ae87ff6c92d719fc41be9b2f764b61eee35;p=thirdparty%2FChart.js.git Bump actions/setup-node from 5 to 6 (#12138) Bumps [actions/setup-node](https://github.com/actions/setup-node) from 5 to 6. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index adcc05cac..7333e6af0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: - uses: actions/checkout@v4 - uses: pnpm/action-setup@v4.2.0 - name: Use Node.js - uses: actions/setup-node@v5 + uses: actions/setup-node@v6 with: node-version: 16 cache: pnpm diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 5cb14557c..e5bf76b5f 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -26,7 +26,7 @@ jobs: - uses: actions/checkout@v4 - uses: pnpm/action-setup@v4.2.0 - name: Use Node.js - uses: actions/setup-node@v5 + uses: actions/setup-node@v6 with: node-version: 16 cache: pnpm diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 220893a64..5f1220bfe 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,7 +28,7 @@ jobs: steps: - uses: actions/checkout@v4 - uses: pnpm/action-setup@v4.2.0 - - uses: actions/setup-node@v5 + - uses: actions/setup-node@v6 with: registry-url: https://registry.npmjs.org/ node-version: 16 @@ -73,7 +73,7 @@ jobs: steps: - uses: actions/checkout@v4 - uses: pnpm/action-setup@v4.2.0 - - uses: actions/setup-node@v5 + - uses: actions/setup-node@v6 with: registry-url: https://registry.npmjs.org/ node-version: 16