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