Skip to content

Commit

Permalink
Revert "[INTERNAL] Azure Pipelines: Switch back to Node 20.5.x"
Browse files Browse the repository at this point in the history
This reverts commit 1862514.
  • Loading branch information
matz3 authored Sep 11, 2023
1 parent 10b8515 commit 84cf22b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ strategy:
node_version: 18.x
linux_node_current:
imageName: 'ubuntu-22.04'
node_version: 20.5.x
node_version: 20.x
mac_node_current:
imageName: 'macos-12'
node_version: 20.5.x
node_version: 20.x
windows_node_current:
imageName: 'windows-2022'
node_version: 20.5.x
node_version: 20.x

pool:
vmImage: $(imageName)
Expand Down

0 comments on commit 84cf22b

Please sign in to comment.