Skip to content

Commit

Permalink
Add test for node 10
Browse files Browse the repository at this point in the history
  • Loading branch information
HaNdTriX committed Oct 1, 2018
1 parent 7fe90b4 commit bea66ac
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion azure-pipelines.yml
Expand Up @@ -3,11 +3,16 @@ pool:

strategy:
maxParallel: 10
matrix:
node-10:
node_version: ^10.10.0
node-8:
node_version: ^8.12.0

steps:
- task: NodeTool@0
inputs:
versionSpec: '8.x'
versionSpec: $(node_version)
displayName: 'Install Node.js'

- script: |
Expand Down

0 comments on commit bea66ac

Please sign in to comment.