From 04362370f7bce79255f186aea119b6cbf6d6612c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 23:49:41 +0000 Subject: [PATCH] Update dependency node to v24 --- .github/workflows/test.yml | 4 ++-- .github/workflows/validation.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 76f4712..0b5f847 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -23,7 +23,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v4 with: - node-version: '18' + node-version: '24' - name: Install PowerShell (Linux/macOS) if: runner.os != 'Windows' @@ -88,7 +88,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v4 with: - node-version: '18' + node-version: '24' cache: 'npm' - name: Create Test Project diff --git a/.github/workflows/validation.yml b/.github/workflows/validation.yml index e302eca..2fc592a 100644 --- a/.github/workflows/validation.yml +++ b/.github/workflows/validation.yml @@ -53,7 +53,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v4 with: - node-version: '18' + node-version: '24' cache: 'npm' - name: Install Dependencies @@ -203,7 +203,7 @@ jobs: if: matrix.framework != 'python' uses: actions/setup-node@v4 with: - node-version: '18' + node-version: '24' - name: Setup Python if: matrix.framework == 'python'