From 0559be2a741434fe6c43e406a1255b3e47a8420a Mon Sep 17 00:00:00 2001 From: SrIzan10 <66965250+SrIzan10@users.noreply.github.com> Date: Tue, 24 May 2022 13:36:03 +0000 Subject: [PATCH] trying to fix this --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1c51394..d7d3c39 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,7 +17,7 @@ jobs: - name: Install Node.js, NPM and Yarn uses: actions/setup-node@v1 with: - node-version: 10 + node-version: 16.15.0 - name: Build/release Electron app uses: samuelmeuli/action-electron-builder@v1