Upgrade build action to use node 14

This commit is contained in:
Daniel Sanchez 2021-01-15 20:17:13 +01:00
parent 5bcad40c16
commit 6cc780c994
1 changed files with 2 additions and 2 deletions

View File

@ -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: