File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ jobs:
1717 strategy :
1818 matrix :
1919 os : [ubuntu, windows]
20- node-version : [20, 22 ]
20+ node-version : [20, 24 ]
2121 exclude :
2222 - os : ubuntu
23- node-version : 22
23+ node-version : 24
2424 - os : windows
2525 node-version : 20
2626
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ extends:
2121 - task : NodeTool@0
2222 displayName : ' Install Node'
2323 inputs :
24- versionSpec : 22 .x
24+ versionSpec : 24 .x
2525
2626 - script : npm ci
2727 displayName : ' npm ci'
@@ -54,8 +54,8 @@ extends:
5454 matrix :
5555 Win.Node20 :
5656 node.version : 20.x
57- Win.Node22 :
58- node.version : 22 .x
57+ Win.Node24 :
58+ node.version : 24 .x
5959 pool :
6060 image : $(WINDOWSVMIMAGE)
6161 name : $(WINDOWSPOOL)
@@ -70,8 +70,8 @@ extends:
7070 matrix :
7171 Linux.Node20 :
7272 node.version : 20.x
73- Linux.Node22 :
74- node.version : 22 .x
73+ Linux.Node24 :
74+ node.version : 24 .x
7575 pool :
7676 image : $(LINUXVMIMAGE)
7777 name : $(LINUXPOOL)
You can’t perform that action at this time.
0 commit comments