diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b0a8de0..1b3542e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,7 +17,7 @@ jobs: - name: Install Node.js, NPM and Yarn uses: actions/setup-node@v1 with: - node-version: 12 + node-version: 14 - name: Build/release Electron app uses: samuelmeuli/action-electron-builder@v1.4.0