From 3905a467e5e94ce529e0e8cc0cfc27e8338799b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 19:20:00 +0000 Subject: [PATCH] Bump actions/setup-node from 5 to 6 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] --- .github/workflows/Publish-NPM.yml | 2 +- .github/workflows/Test-Oas.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Publish-NPM.yml b/.github/workflows/Publish-NPM.yml index e09b901..108ce8d 100644 --- a/.github/workflows/Publish-NPM.yml +++ b/.github/workflows/Publish-NPM.yml @@ -49,7 +49,7 @@ jobs: # Set up NodeJS on the build host - name: Setup Node.JS Runtime - uses: actions/setup-node@v5 + uses: actions/setup-node@v6 with: node-version: 22 cache: 'npm' diff --git a/.github/workflows/Test-Oas.yml b/.github/workflows/Test-Oas.yml index 6d6bdb8..a11be0b 100644 --- a/.github/workflows/Test-Oas.yml +++ b/.github/workflows/Test-Oas.yml @@ -31,7 +31,7 @@ jobs: # Set up NodeJS on the build host - name: Setup Node.JS Environment - uses: actions/setup-node@v5 + uses: actions/setup-node@v6 with: node-version: 22