From 29929f6a046be68973c4b51416e2dfa791c983f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 04:16:33 +0000 Subject: [PATCH] chore: bump actions/setup-node from 4 to 6 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4 to 6. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v4...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/ci-client.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci-client.yaml b/.github/workflows/ci-client.yaml index 46a5d9e..8f2825b 100644 --- a/.github/workflows/ci-client.yaml +++ b/.github/workflows/ci-client.yaml @@ -16,7 +16,7 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 1 - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v6 with: node-version: 22.x - run: make build-client @@ -27,7 +27,7 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 1 - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v6 - run: make lint-client Test: @@ -37,7 +37,7 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 1 - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v6 - run: make test-client Coverage: @@ -47,7 +47,7 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 1 - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v6 - run: make coverage-client - name: Upload coverage reports to Codecov uses: codecov/codecov-action@v5