UNPKG

187 BYAMLView Raw
1pool:
2 vmImage: 'ubuntu-16.04'
3
4steps:
5- task: NodeTool@0
6 inputs:
7 versionSpec: '8.x'
8 displayName: 'Install Node.js 8.x'
9
10- script: |
11 npm ci
12 displayName: 'Install and test'