From 9d84569399150a13032687ac9a265698533e297d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 03:49:34 +0000 Subject: [PATCH] Update actions/setup-node action to v7 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4140116..453c309 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,7 +30,7 @@ jobs: # bun publish does not support trusted publishing yet (oven-sh/bun#15601), # so the tarball is packed with bun (which rewrites workspace:/catalog: # specifiers) and published with npm. Trusted publishing needs npm >= 11.5.1. - - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 + - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7 with: node-version: 24 - run: npm install -g npm@11