Skip to content

Commit 83fae6c

Browse files
committed
[INTERNAL] Azure Pipelines: Switch back to Node 20.5.x
There are issues with the current Node 20.6.0 version. See: nodejs/node#49497
1 parent 1e0503a commit 83fae6c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

azure-pipelines.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ strategy:
2626
node_version: 18.x
2727
linux_node_current:
2828
imageName: 'ubuntu-22.04'
29-
node_version: 20.x
29+
node_version: 20.5.x
3030
mac_node_current:
3131
imageName: 'macos-12'
32-
node_version: 20.x
32+
node_version: 20.5.x
3333
windows_node_current:
3434
imageName: 'windows-2022'
35-
node_version: 20.x
35+
node_version: 20.5.x
3636

3737
pool:
3838
vmImage: $(imageName)

0 commit comments

Comments
 (0)