fabric-samples/ci/templates/install-k8s-deps.yml
Josh Kneubuhl 958372b2c9 Run a basic-asset-transfer CI test on Kubernetes
Signed-off-by: Josh Kneubuhl <jkneubuh@us.ibm.com>
2022-02-08 10:30:32 -05:00

9 lines
147 B
YAML

#
# SPDX-License-Identifier: Apache-2.0
#
steps:
- task: NodeTool@0
inputs:
versionSpec: $(NODE_VER)
displayName: Install Node.js