From 52a55abfbc27c2710cadd46e69782fd5e0810441 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 6 Sep 2025 19:04:59 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v5 --- .github/workflows/release.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d698fd8..46564bf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,7 @@ jobs: runs-on: Ubuntu-latest steps: - uses: actions/checkout@v1 - - uses: actions/setup-node@v1 + - uses: actions/setup-node@v5 with: registry-url: "https://registry.npmjs.org" - run: git switch master diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c8ca522..98b35bf 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -19,7 +19,7 @@ jobs: - name: Checkout uses: actions/checkout@v2 - name: Setup Node.js ${{ matrix.node }} - uses: actions/setup-node@v1 + uses: actions/setup-node@v5 with: node-version: ${{ matrix.node }} - name: Install