Skip to content

Commit

Permalink
update azure to node 14
Browse files Browse the repository at this point in the history
  • Loading branch information
sokra committed Aug 6, 2020
1 parent 732f8b7 commit b6f5b2c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions azure-pipelines.yml
Expand Up @@ -5,8 +5,8 @@ jobs:
strategy:
maxParallel: 3
matrix:
node-13:
node_version: ^13.0.0
node-14:
node_version: ^14.0.0
node-12:
node_version: ^12.4.0
node-10:
Expand Down Expand Up @@ -42,8 +42,8 @@ jobs:
strategy:
maxParallel: 3
matrix:
node-13:
node_version: ^13.0.0
node-14:
node_version: ^14.0.0
node-12:
node_version: ^12.4.0
node-10:
Expand Down Expand Up @@ -79,8 +79,8 @@ jobs:
strategy:
maxParallel: 3
matrix:
node-13:
node_version: ^13.0.0
node-14:
node_version: ^14.0.0
node-12:
node_version: ^12.4.0
node-10:
Expand Down

0 comments on commit b6f5b2c

Please sign in to comment.