From d40b32b9324ef2fb52907658fdd48e95be4ba913 Mon Sep 17 00:00:00 2001 From: jliddev Date: Fri, 24 Jul 2026 15:39:35 -0500 Subject: [PATCH] Bump GitHub Actions Node version to 24.x Update CI workflows to use Node 24.x for consistency and to pick up current runtime improvements/security fixes. Affected workflows: .github/workflows/electron-all-build.yml, electron-ow-all-build.yml, electron-linux-build.yml, electron-mac-build.yml, electron-windows-build.yml, and .github/workflows/locale-test.yml. Replaces previous 16.x/22.x entries with 24.x across platforms (ubuntu, windows, macos) and the locale test job. --- .github/workflows/electron-all-build.yml | 2 +- .github/workflows/electron-linux-build.yml | 2 +- .github/workflows/electron-mac-build.yml | 2 +- .github/workflows/electron-ow-all-build.yml | 2 +- .github/workflows/electron-windows-build.yml | 2 +- .github/workflows/locale-test.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/electron-all-build.yml b/.github/workflows/electron-all-build.yml index 1c9572af..f178177e 100644 --- a/.github/workflows/electron-all-build.yml +++ b/.github/workflows/electron-all-build.yml @@ -25,7 +25,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-2022,"macos-latest"] - node-version: [22.x] + node-version: [24.x] steps: - name: Checkout diff --git a/.github/workflows/electron-linux-build.yml b/.github/workflows/electron-linux-build.yml index 68df467e..8d126efb 100644 --- a/.github/workflows/electron-linux-build.yml +++ b/.github/workflows/electron-linux-build.yml @@ -25,7 +25,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - node-version: [16.x] + node-version: [24.x] steps: - name: Checkout diff --git a/.github/workflows/electron-mac-build.yml b/.github/workflows/electron-mac-build.yml index c8935649..f3a68bc5 100644 --- a/.github/workflows/electron-mac-build.yml +++ b/.github/workflows/electron-mac-build.yml @@ -25,7 +25,7 @@ jobs: strategy: matrix: os: ["macos-11"] - node-version: [16.x] + node-version: [24.x] steps: - name: Checkout diff --git a/.github/workflows/electron-ow-all-build.yml b/.github/workflows/electron-ow-all-build.yml index ca23ca7c..a228dd53 100644 --- a/.github/workflows/electron-ow-all-build.yml +++ b/.github/workflows/electron-ow-all-build.yml @@ -25,7 +25,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-2022, "macos-latest"] - node-version: [22.x] + node-version: [24.x] steps: - name: Checkout diff --git a/.github/workflows/electron-windows-build.yml b/.github/workflows/electron-windows-build.yml index d77b8d8c..72435975 100644 --- a/.github/workflows/electron-windows-build.yml +++ b/.github/workflows/electron-windows-build.yml @@ -25,7 +25,7 @@ jobs: strategy: matrix: os: [windows-2022] - node-version: [16.x] + node-version: [24.x] steps: - name: Checkout diff --git a/.github/workflows/locale-test.yml b/.github/workflows/locale-test.yml index 494c4180..623b9b51 100644 --- a/.github/workflows/locale-test.yml +++ b/.github/workflows/locale-test.yml @@ -10,7 +10,7 @@ jobs: strategy: matrix: configuration: [Release] - node-version: [ 22.x ] + node-version: [ 24.x ] runs-on: ubuntu-latest # For a list of available runner types, refer to # https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions#jobsjob_idruns-on