Skip to content

Commit

Permalink
adding workaround for issue grpc/grpc-node#922
Browse files Browse the repository at this point in the history
  • Loading branch information
mhoeger committed May 29, 2020
1 parent 398180e commit caba74b
Show file tree
Hide file tree
Showing 3 changed files with 1,226 additions and 1,022 deletions.
14 changes: 8 additions & 6 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,22 +25,22 @@ jobs:
IMAGE_TYPE: 'ubuntu-latest'
NODE_VERSION: $(NODE_12)
WINDOWS_NODE8:
IMAGE_TYPE: 'vs2017-win2016'
IMAGE_TYPE: 'windows-latest'
NODE_VERSION: $(NODE_8)
WINDOWS_NODE10:
IMAGE_TYPE: 'vs2017-win2016'
IMAGE_TYPE: 'windows-latest'
NODE_VERSION: $(NODE_10)
WINDOWS_NODE12:
IMAGE_TYPE: 'vs2017-win2016'
IMAGE_TYPE: 'windows-latest'
NODE_VERSION: $(NODE_12)
MAC_NODE8:
IMAGE_TYPE: 'macos-10.13'
IMAGE_TYPE: 'macOS-latest'
NODE_VERSION: $(NODE_8)
MAC_NODE10:
IMAGE_TYPE: 'macos-10.13'
IMAGE_TYPE: 'macOS-latest'
NODE_VERSION: $(NODE_10)
MAC_NODE12:
IMAGE_TYPE: 'macos-10.13'
IMAGE_TYPE: 'macOS-latest'
NODE_VERSION: $(NODE_12)
pool:
vmImage: $(IMAGE_TYPE)
Expand All @@ -49,6 +49,8 @@ jobs:
inputs:
versionSpec: $(NODE_VERSION)
displayName: 'Install Node.js for test'
- script: npm install request
displayName: 'Workaround to https://github.com/grpc/grpc-node/issues/922'
- script: npm install
displayName: 'npm install'
- script: npm run build
Expand Down
Loading

0 comments on commit caba74b

Please sign in to comment.