Skip to content

Commit

Permalink
ci: add node@14 (#2530)
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroppy committed Apr 22, 2020
1 parent 776e7d4 commit 375ab23
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions azure-pipelines.yml
Expand Up @@ -43,8 +43,8 @@ jobs:
strategy:
maxParallel: 6
matrix:
node-13:
node_version: ^13.0.0
node-14:
node_version: ^14.0.0
webpack_version: latest
node-12:
node_version: ^12.0.0
Expand Down Expand Up @@ -102,8 +102,8 @@ jobs:
strategy:
maxParallel: 6
matrix:
node-13:
node_version: ^13.0.0
node-14:
node_version: ^14.0.0
webpack_version: latest
node-12:
node_version: ^12.0.0
Expand Down Expand Up @@ -161,8 +161,8 @@ jobs:
strategy:
maxParallel: 6
matrix:
node-13:
node_version: ^13.0.0
node-14:
node_version: ^14.0.0
webpack_version: latest
node-12:
node_version: ^12.0.0
Expand Down

0 comments on commit 375ab23

Please sign in to comment.