From 6a57af06b782f31a0bed67f0dabc52431b7cf693 Mon Sep 17 00:00:00 2001 From: Quacksire <19170969+quacksire@users.noreply.github.com> Date: Fri, 28 Jan 2022 22:41:27 -0800 Subject: [PATCH] [actions] update node cause afraid of failure --- .github/workflows/release-all.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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