diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f6fd6576..2e0f2488 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -52,9 +52,9 @@ jobs: yarn global add node-gyp yarn config set node_gyp "$_\node_modules\node-gyp\bin\node-gyp.js" - name: Install Node.js, NPM and Yarn - uses: actions/setup-node@v1 + uses: actions/setup-node@v2 with: - node-version: 12 + node-version: 14 - run: yarn install --frozen-lockfile --network-concurrency 1 - name: Build/Release Desktop App env: