From c0ed31900e518b0c3d6fa0bdf4f45c4af2f3f595 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 00:12:01 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v6 --- .github/workflows/deploy.yaml | 2 +- .github/workflows/test.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 4ca146b6..e96c6610 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v2.7.0 - uses: bahmutov/npm-install@v1.12.1 - name: Use Node.js to test and build - uses: actions/setup-node@v2.5.2 + uses: actions/setup-node@v6.4.0 with: node-version: '10.24.1' - name: Install dependencies diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 510c92a1..eb9daa72 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -9,7 +9,7 @@ jobs: - uses: actions/checkout@v2.7.0 - uses: bahmutov/npm-install@v1.12.1 - name: Use Node.js to test and build - uses: actions/setup-node@v2.5.2 + uses: actions/setup-node@v6.4.0 with: node-version: '10.24.1' - name: Install dependencies