Skip to content

Commit 9855f68

Browse files
committed
[INTERNAL] azure-pipelines.yml: add node v24 to test matrix
1 parent a6d71c9 commit 9855f68

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

azure-pipelines.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,15 @@ strategy:
3535
windows_node_22:
3636
imageName: 'windows-2022'
3737
node_version: 22.x
38+
linux_node_24:
39+
imageName: 'ubuntu-24.04'
40+
node_version: 24.x
41+
mac_node_24:
42+
imageName: 'macos-13'
43+
node_version: 24.x
44+
windows_node_24:
45+
imageName: 'windows-2022'
46+
node_version: 24.x
3847

3948
pool:
4049
vmImage: $(imageName)

0 commit comments

Comments
 (0)