From e8e829e9fdd258d627c58ada30e024e26a38b59d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 19:10:52 +0000 Subject: [PATCH] chore(deps): update github packages --- .github/workflows/continuous-integration.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index b7ddee7..4225790 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -12,13 +12,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Project - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Add problem matcher run: echo "::add-matcher::.github/problemMatchers/eslint.json" - name: Use Node.js v19.5.0 uses: actions/setup-node@v6 with: - node-version: 22.20.0 + node-version: 24.11.1 cache: yarn - name: Install Dependencies run: yarn --immutable @@ -30,13 +30,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Project - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Add problem matcher run: echo "::add-matcher::.github/problemMatchers/tsc.json" - name: Use Node.js v19.5.0 uses: actions/setup-node@v6 with: - node-version: 22.20.0 + node-version: 24.11.1 cache: yarn - name: Install Dependencies run: yarn --immutable