From 8c56c754cc64eb57106ab1169b5ca4c00b278d62 Mon Sep 17 00:00:00 2001 From: peterzepf Date: Thu, 24 Aug 2023 12:23:55 -0400 Subject: [PATCH] testing new workflow --- .github/workflows/electron.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/electron.yml b/.github/workflows/electron.yml index fdfa927a..68c8e6e6 100644 --- a/.github/workflows/electron.yml +++ b/.github/workflows/electron.yml @@ -1,6 +1,6 @@ name: Electron Release -# This workflow is responsible for automatically building and releasing the electron app on pushes to the master branch. Build specific configurations are set in electron-builder.yml. +# This workflow is responsible for automatically building and releasing the electron app on pushes to the master branch. Build specific configurations are set in electron-builder.yml. # When ready to release a new version: # 1. create a draft release and set tag to the new version @@ -37,12 +37,12 @@ jobs: uses: actions/checkout@v1 - name: Install Node.js, NPM and Yarn - uses: actions/setup-node@v1 + uses: actions/setup-node@v3 with: - node-version: 14 + node-version: 18 - name: Build/release Electron app - uses: samuelmeuli/action-electron-builder@v1 + uses: peterzepf/action-electron-builder@1.6.1 with: # GitHub token, automatically provided to the action # (No need to define this secret in the repo settings)