From c2a1d93e3028edae3a6ef4fcac1a5101cc1e30da Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 21:34:49 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v7 --- .github/workflows/node.js.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index e52aa99..c7ebaed 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -31,7 +31,7 @@ jobs: with: persist-credentials: false - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v4 + uses: actions/setup-node@v7 with: node-version: ${{ matrix.node-version }} - run: yarn ci diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7be9bca..e64e8c7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,7 @@ jobs: with: persist-credentials: false - name: Publish to npm - uses: actions/setup-node@v4 + uses: actions/setup-node@v7 with: node-version: ${{ matrix.node-version }} registry-url: 'https://registry.npmjs.org'