diff --git a/.github/workflows/release-all.yml b/.github/workflows/release-all.yml index 666c03f5..f18367a5 100644 --- a/.github/workflows/release-all.yml +++ b/.github/workflows/release-all.yml @@ -18,7 +18,7 @@ jobs: - name: Install Node.js, NPM and Yarn uses: actions/setup-node@v1 with: - node-version: 10 + node-version: 16 - name: Build/release Electron app uses: samuelmeuli/action-electron-builder@v1