We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b979f8 commit 37b1d4aCopy full SHA for 37b1d4a
.github/workflows/continuous-integration.yml
@@ -161,7 +161,7 @@ jobs:
161
$version = (Invoke-WebRequest https://nodejs.org/download/nightly/index.json | ConvertFrom-json)[0].version
162
$url = "https://nodejs.org/download/nightly/$version/win-x64/node.exe"
163
$targetPath = (Get-Command node.exe).Source
164
- Invoke-WebRequest -Uri $url -OutFile $targetPath
+ Invoke-WebRequest -Uri $url -OutFile $targetPath -UserAgent ([Microsoft.PowerShell.Commands.PSUserAgent]::Chrome)
165
node --version
166
# lint, build, test
167
# Downgrade from npm 7 to 6 because 7 still seems buggy to me
0 commit comments