Skip to content

Commit 2b8d301

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: SAP/ui5-project#657
1 parent ba0fc7b commit 2b8d301

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

azure-pipelines.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ strategy:
2929
node_version: 18.x
3030
linux_node_current:
3131
imageName: 'ubuntu-22.04'
32-
node_version: 20.x
32+
node_version: 20.5.x
3333
mac_node_current:
3434
imageName: 'macos-12'
35-
node_version: 20.x
35+
node_version: 20.5.x
3636
windows_node_current:
3737
imageName: 'windows-2022'
38-
node_version: 20.x
38+
node_version: 20.5.x
3939

4040
pool:
4141
vmImage: $(imageName)

0 commit comments

Comments
 (0)