fabric-samples/ci/templates/install-k8s-deps.yml
Josh Kneubuhl 5939d19820 proper tear down
Signed-off-by: Josh Kneubuhl <jkneubuh@us.ibm.com>
2022-01-31 12:33:19 -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