Set node-gyp to previous version for desktop build

This commit is contained in:
Daniel Sanchez 2021-04-21 12:46:18 +02:00
parent bc4e0bb151
commit 4995f2471e

View File

@ -40,7 +40,7 @@ jobs:
if: startsWith(matrix.os, 'windows')
shell: powershell
run: |
yarn global add node-gyp
yarn global add node-gyp@7.1.2
yarn config set node_gyp "$_\node_modules\node-gyp\bin\node-gyp.js"
# Load node_modules cache action