diff --git a/.github/workflows/electron-linux-build.yml b/.github/workflows/electron-linux-build.yml index bff07a67..4d55f8c4 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: [14.x] + node-version: [16.x] steps: - name: Checkout diff --git a/.github/workflows/electron-mac-build.yml b/.github/workflows/electron-mac-build.yml index a83b4e65..497b7dd6 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: [14.x] + node-version: [16.x] steps: - name: Checkout diff --git a/.github/workflows/electron-windows-build.yml b/.github/workflows/electron-windows-build.yml index 1a14eabc..35409491 100644 --- a/.github/workflows/electron-windows-build.yml +++ b/.github/workflows/electron-windows-build.yml @@ -25,7 +25,7 @@ jobs: strategy: matrix: os: [windows-latest] - node-version: [14.x] + node-version: [16.x] steps: - name: Checkout