fabric-samples/ci/install-deps.yml
Brett Logan 562791dd2b Add support for versioning NodeJS (#105)
Signed-off-by: Brett Logan <brett.t.logan@ibm.com>
2020-01-17 21:38:31 +01:00

11 lines
333 B
YAML

#
# SPDX-License-Identifier: Apache-2.0
#
steps:
- script: sudo sh -c "curl https://raw.githubusercontent.com/kadwanev/retry/master/retry -o /usr/local/bin/retry && chmod +x /usr/local/bin/retry"
displayName: Install retry CLI
- task: NodeTool@0
inputs:
versionSpec: $(NODE_VER)
displayName: 'Install Node.js'