Skip to content
This repository has been archived by the owner on Oct 25, 2023. It is now read-only.

Commit

Permalink
ci: use node 12 and 14 instead of 10 and 12 (#470)
Browse files Browse the repository at this point in the history
  • Loading branch information
KazuCocoa committed Mar 24, 2021
1 parent 0f570e3 commit cfb657b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ pool:

strategy:
matrix:
node_10_x:
node_version: 10.x
node_12_x:
node_version: 12.x
node_14_x:
node_version: 14.x

steps:
- task: NodeTool@0
Expand Down

0 comments on commit cfb657b

Please sign in to comment.