From 46cc3b5a25c38f7c3df1fcbdb294b330dfd30325 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Oct 2025 02:57:10 +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 a804edb..ddbf0a9 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 ec9a239..3f292fc 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 }}