From dddfe2e794c8fa25bf0eeae5235767f5ddfa0bf7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 17:55:27 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v6 --- .github/workflows/semantic-tag.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/semantic-tag.yml b/.github/workflows/semantic-tag.yml index eee5f5ea..6c05ec63 100644 --- a/.github/workflows/semantic-tag.yml +++ b/.github/workflows/semantic-tag.yml @@ -18,7 +18,7 @@ jobs: with: ref: ${{ github.event.release.tag_name }} token: ${{ secrets.GITHUB_TOKEN }} - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v6 with: node-version-file: '.nvmrc' - run: npm install semver diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 71cf82c7..9fbff64d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,7 +14,7 @@ jobs: with: # Make sure the release step uses its own credentials. persist-credentials: false - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v6 with: cache: npm node-version-file: '.nvmrc'