Skip to content

Commit

Permalink
[INTERNAL] Azure Pipelines: Switch back to Node 20.5.x
Browse files Browse the repository at this point in the history
There are issues with the current Node 20.6.0 version.
See: nodejs/node#49497
  • Loading branch information
matz3 committed Sep 5, 2023
1 parent f388a6c commit ea59f52
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.x
node_version: 20.5.x
mac_node_current:
imageName: 'macos-12'
node_version: 20.x
node_version: 20.5.x
windows_node_current:
imageName: 'windows-2022'
node_version: 20.x
node_version: 20.5.x

pool:
vmImage: $(imageName)
Expand Down

0 comments on commit ea59f52

Please sign in to comment.