From 98bc323e877fb287f2363ed64b7cf83f2be88c95 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 19 Oct 2025 01:10:42 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v6 --- .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..04cc525 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@v6 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@v6 with: node-version: 18 cache: yarn