From 545b7e7e08384b4962dd9e6e81763b9a509c2686 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 15:14:52 +0000 Subject: [PATCH] Update dependency node to v24 --- .github/workflows/build.yaml | 2 +- .github/workflows/deploy.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 5d816df..3b5dda1 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@v5 - uses: actions/setup-node@v6 with: - node-version: 22 + node-version: 24 check-latest: true cache: npm - run: npm install -g @angular/cli && npm ci && ng build diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 7bbefbb..d07dfd8 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -24,7 +24,7 @@ jobs: - uses: actions/checkout@v5 - uses: actions/setup-node@v6 with: - node-version: 22 + node-version: 24 check-latest: true cache: npm - run: npm install -g @angular/cli && npm ci && ng build --configuration ${{ matrix.env }}