From 873e5f9223f6f84e575de6dd48d750b5be53ae31 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 19 Jul 2026 01:48:54 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v7 --- .github/workflows/continuous-integration.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 1ba8563..3b9f4d5 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -16,7 +16,7 @@ jobs: - name: Add problem matchers run: echo "::add-matcher::.github/problemMatchers/eslint.json" - name: Use Node.js v18 - uses: actions/setup-node@v3 + uses: actions/setup-node@v7 with: node-version: 18 cache: yarn @@ -34,7 +34,7 @@ jobs: - name: Add problem matchers run: echo "::add-matcher::.github/problemMatchers/tsc.json" - name: Use Node.js v18 - uses: actions/setup-node@v3 + uses: actions/setup-node@v7 with: node-version: 18 cache: yarn