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