Update build.yml

This commit is contained in:
Eugene Pankov 2021-12-09 11:18:31 +01:00
parent 75757d027e
commit 8cac38e1ef
No known key found for this signature in database
GPG Key ID: 5896FCBBDD1CF4F4

View File

@ -257,6 +257,11 @@ jobs:
with:
node-version: 16
- name: Update node-gyp
run: |
npm install --global node-gyp@8.4.1
for /f "delims=" %P in ('npm prefix -g') do npm config set node_gyp "%P\node_modules\node-gyp\bin\node-gyp.js"
- name: Build
shell: powershell
run: |