From 7b31cbe03569abeb243a31332d0e2679ad8939a6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 26 Jul 2026 17:31:43 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v7 --- .github/workflows/build.yml | 2 +- .github/workflows/npmpublish.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 67654d3..9b6597a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Checkout uses: actions/checkout@v2 - - uses: actions/setup-node@v2 + - uses: actions/setup-node@v7 with: # The Node.js version to configure node-version: ${{ matrix.node }} diff --git a/.github/workflows/npmpublish.yml b/.github/workflows/npmpublish.yml index 1d1b09f..52b5574 100644 --- a/.github/workflows/npmpublish.yml +++ b/.github/workflows/npmpublish.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Checkout uses: actions/checkout@v2 - - uses: actions/setup-node@v2 + - uses: actions/setup-node@v7 with: # The Node.js version to configure node-version: 14