Skip to content

Commit

Permalink
[INTERNAL] azure-pipelines.yml: add node v22 to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
flovogt committed Jul 17, 2024
1 parent ac46f4a commit 839ca88
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,24 @@ strategy:
windows_node_lts_20:
imageName: 'windows-2022'
node_version: 20.x
linux_node_current:
linux_node_21:
imageName: 'ubuntu-22.04'
node_version: 21.x
mac_node_current:
mac_node_21:
imageName: 'macos-13'
node_version: 21.x
windows_node_current:
windows_node_21:
imageName: 'windows-2022'
node_version: 21.x
linux_node_22:
imageName: 'ubuntu-22.04'
node_version: 22.x
mac_node_22:
imageName: 'macos-13'
node_version: 22.x
windows_node_22:
imageName: 'windows-2022'
node_version: 22.x

pool:
vmImage: $(imageName)
Expand Down

0 comments on commit 839ca88

Please sign in to comment.