From 3d441db94d1e009857b32be7af96961dae076dab Mon Sep 17 00:00:00 2001 From: Leeous Date: Mon, 20 Jun 2022 20:59:47 -0400 Subject: [PATCH] Update build instructions --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4ef2664..f3208e0 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: 10 + node-version: 18 - name: Build Electron app uses: samuelmeuli/action-electron-builder@v1