From 40e5598aa5f799e9546463b5552a94a1e473ad96 Mon Sep 17 00:00:00 2001 From: Ludy87 Date: Tue, 19 Aug 2025 17:43:21 +0200 Subject: [PATCH] node-version: 24 --- .github/workflows/build.yml | 2 +- .github/workflows/pull-request-verification.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d5e8452..fde5c09 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -27,7 +27,7 @@ jobs: - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 with: - node-version: 20 + node-version: 24 cache: 'npm' - run: | npm install diff --git a/.github/workflows/pull-request-verification.yml b/.github/workflows/pull-request-verification.yml index 71bc6fe..0637433 100644 --- a/.github/workflows/pull-request-verification.yml +++ b/.github/workflows/pull-request-verification.yml @@ -27,7 +27,7 @@ jobs: - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 with: - node-version: 20 + node-version: 24 cache: 'npm' - run: | npm install