working on fixing the windows build error (#2356)

This commit is contained in:
Mike Sawka 2025-09-15 17:51:53 -07:00 committed by GitHub
parent 55f644f2a2
commit e6b4e36f48
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 3 deletions

View file

@ -72,10 +72,13 @@ jobs:
- uses: nick-fields/retry@v3
name: npm ci
with:
command: npm ci --no-audit --no-fund
command: npm ci --no-audit --no-fund --timing --foreground-scripts
retry_on: error
max_attempts: 3
timeout_minutes: 5
env:
GIT_ASKPASS: "echo"
GIT_TERMINAL_PROMPT: "0"
- name: Install Task
uses: arduino/setup-task@v2
with:

4
package-lock.json generated
View file

@ -5045,7 +5045,7 @@
},
"node_modules/@electron/node-gyp": {
"version": "10.2.0-electron.1",
"resolved": "git+https://git@github.com/electron/node-gyp.git#06b29aafb7708acef8b3669835c8a7857ebc92d2",
"resolved": "git+https://github.com/electron/node-gyp.git#06b29aafb7708acef8b3669835c8a7857ebc92d2",
"integrity": "sha512-CrYo6TntjpoMO1SHjl5Pa/JoUsECNqNdB7Kx49WLQpWzPw53eEITJ2Hs9fh/ryUYDn4pxZz11StaBYBrLFJdqg==",
"dev": true,
"license": "MIT",
@ -11621,7 +11621,7 @@
},
"node_modules/@waveterm/docusaurus-og": {
"version": "1.0.0-alpha.132",
"resolved": "git+https://git@github.com/wavetermdev/docusaurus-og.git#2156619012b8970d922c1ef47789d2f14e47e283",
"resolved": "git+https://github.com/wavetermdev/docusaurus-og.git#2156619012b8970d922c1ef47789d2f14e47e283",
"license": "MIT",
"dependencies": {
"@docusaurus/core": "^3.7.0",