From a1b123f3735221cd09fac56321362d20f4379f85 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 01:48:26 +0000 Subject: [PATCH] Update actions/setup-node action to v7 --- .github/workflows/linter.yml | 2 +- .github/workflows/npm-release.yml | 2 +- .github/workflows/test.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 82d4d083..22c9d058 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -18,7 +18,7 @@ jobs: repository: ${{github.event.pull_request.head.repo.full_name}} - name : Use Node.js 22.x - uses : actions/setup-node@v6 + uses : actions/setup-node@v7 with : node-version : 22.x cache: npm diff --git a/.github/workflows/npm-release.yml b/.github/workflows/npm-release.yml index 3a732f5b..86711450 100644 --- a/.github/workflows/npm-release.yml +++ b/.github/workflows/npm-release.yml @@ -24,7 +24,7 @@ jobs: uses: actions/checkout@v6 - name: Setup Node.js 24.x - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: 24.x cache: npm diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fbc5f523..673bf41e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -20,7 +20,7 @@ jobs: uses: actions/checkout@v6 - name: Setup Node.js - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: ${{ matrix.node-version }} cache: npm