From 158367c3bad4930f183da3dcdf97089a49a192ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 16 Aug 2026 20:20:12 +0000 Subject: [PATCH] ci: bump actions/setup-node from 5 to 7 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 5 to 7. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v5...v7) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e1b2ef1..4cd5fd8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: # A second version would only exercise the toolchain again: the published # bundle is browser code with no Node API in it, and the suite runs in # jsdom, so nothing in either varies by Node version. - - uses: actions/setup-node@v5 + - uses: actions/setup-node@v7 with: node-version: 22 cache: pnpm diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b82dcc2..01a1556 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -45,7 +45,7 @@ jobs: # such package" rather than "not authenticated". Leaving it out means an # auth problem can only surface as an auth problem. registry.npmjs.org is # the default registry anyway. - - uses: actions/setup-node@v5 + - uses: actions/setup-node@v7 with: node-version: 22 cache: pnpm