From d6711a84b0989b77569e224520b9a12642a69918 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 15:44:45 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v7 --- .github/workflows/build.yml | 2 +- .github/workflows/lint.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 01cd13a..81931ae 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,7 +14,7 @@ jobs: steps: - uses: actions/checkout@v6 - name: Setup Node.js and build app - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: "24.x" - run: npm ci diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index a8d64a0..1d53d39 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -14,7 +14,7 @@ jobs: steps: - uses: actions/checkout@v6 - name: Setup Node.js and install dependencies - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: "24.x" - run: npm ci