Skip to content

Instantly share code, notes, and snippets.

@dorayakikun
Last active March 9, 2019 08:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dorayakikun/f481284b92fe959f85555a6aa497bdb3 to your computer and use it in GitHub Desktop.
Save dorayakikun/f481284b92fe959f85555a6aa497bdb3 to your computer and use it in GitHub Desktop.
Azure Pipelines使ってみた_specify_node_version
# Node.js Tool Installer
# Finds or downloads and caches the specified version spec of Node.js and adds it to the PATH.
- task: NodeTool@0
inputs:
versionSpec: '6.x'
#checkLatest: false # Optional
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment