From aa33c3c54edce7b5405c8a60db53ec5ef4dc2392 Mon Sep 17 00:00:00 2001 From: jliddev Date: Sat, 26 Feb 2022 11:16:10 -0600 Subject: [PATCH] Update github node version --- .github/workflows/electron-linux-build.yml | 2 +- .github/workflows/electron-mac-build.yml | 2 +- .github/workflows/electron-windows-build.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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