Update Electron.yml

This commit is contained in:
GHOSCHT 2021-08-27 17:02:06 +02:00 committed by GitHub
parent 5e0beb4b3a
commit e2e00d1d21
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,8 +20,6 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Upgrade node-gyp
run: npm install --global node-gyp@latest && npm prefix -g | % {npm config set node_gyp "$_\node_modules\node-gyp\bin\node-gypjs"}
- name: Install dependencies
run: cd Dashboard && yarn --network-timeout 1000000000
- name: Build