From 2826fb8353263a138210fc017301ce5767a9c0d4 Mon Sep 17 00:00:00 2001 From: Salman Chishti Date: Wed, 3 Sep 2025 03:44:11 +0100 Subject: [PATCH] Upgrade to use node24 (#19) --- .github/workflows/basic-validation.yml | 2 +- .github/workflows/check-dist.yml | 2 +- .github/workflows/update-config-files.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/basic-validation.yml b/.github/workflows/basic-validation.yml index 81a75a0..7526611 100644 --- a/.github/workflows/basic-validation.yml +++ b/.github/workflows/basic-validation.yml @@ -24,7 +24,7 @@ on: description: "Optional input to set the version of Node.js used to build the project. The input syntax corresponds to the setup-node's one" required: false type: string - default: "20.x" + default: "24.x" node-caching: description: "Optional input to set up caching for the setup-node action. The input syntax corresponds to the setup-node's one. Set to an empty string if caching isn't needed" required: false diff --git a/.github/workflows/check-dist.yml b/.github/workflows/check-dist.yml index 1718e85..27553ce 100644 --- a/.github/workflows/check-dist.yml +++ b/.github/workflows/check-dist.yml @@ -16,7 +16,7 @@ on: description: "Optional input to set the version of Node.js used to build a project. The input syntax corresponds to the setup-node's one" required: false type: string - default: "20.x" + default: "24.x" node-caching: description: "Optional input to set up caching for the setup-node action. The input syntax corresponds to the setup-node's one. Set to an empty string if caching isn't needed" required: false diff --git a/.github/workflows/update-config-files.yml b/.github/workflows/update-config-files.yml index b5c8105..185c482 100644 --- a/.github/workflows/update-config-files.yml +++ b/.github/workflows/update-config-files.yml @@ -86,7 +86,7 @@ jobs: if: ${{ steps.successful-update.outputs.STATUS == 'true' }} uses: actions/setup-node@v4 with: - node-version: 20 + node-version: 24 - name: Install dependencies if: ${{ steps.successful-update.outputs.STATUS == 'true' }}