1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

force to latest node gyp

This commit is contained in:
JoelTrain 2022-08-23 18:03:19 -05:00
parent ae2610387a
commit 21f879bf52
No known key found for this signature in database
GPG Key ID: E7720A2908E42F0A

View File

@ -33,6 +33,8 @@ jobs:
npm install --global yarn
yarn --version
- name: update Node GYP to latest
run: npm install -g node-gyp@latest
# install GNU make
- name: Install gnu make using choclatey