File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
windowsservercore-ltsc2019
windowsservercore-ltsc2022 Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2121 strategy :
2222 fail-fast : false
2323 matrix :
24- version : [ "22.8 .0" ]
24+ version : [ "22.9 .0" ]
2525 variant : [ "windowsservercore-ltsc2019" ]
2626
2727 steps :
7070 strategy :
7171 fail-fast : false
7272 matrix :
73- version : [ "22.8 .0" ]
73+ version : [ "22.9 .0" ]
7474 variant : [ "windowsservercore-ltsc2022" ]
7575
7676 steps :
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ RUN $newPath = ('C:\nodejs;{0};{0}' -f $env:PATH); \
77 [Environment]::SetEnvironmentVariable('PATH' , $newPath, [EnvironmentVariableTarget]::Machine)
88# doing this first to share cache across versions more aggressively
99
10- ENV NODE_VERSION 22.8 .0
10+ ENV NODE_VERSION 22.9 .0
1111ENV NODE_CHECKSUM 8af226c0aa71fefe5228e881f4b5c5d90a8b41c290b96f44f56990d8dc3fac1c
1212
1313RUN [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 ; \
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ RUN $newPath = ('C:\nodejs;{0};{0}' -f $env:PATH); \
77 [Environment]::SetEnvironmentVariable('PATH' , $newPath, [EnvironmentVariableTarget]::Machine)
88# doing this first to share cache across versions more aggressively
99
10- ENV NODE_VERSION 22.8 .0
10+ ENV NODE_VERSION 22.9 .0
1111ENV NODE_CHECKSUM 8af226c0aa71fefe5228e881f4b5c5d90a8b41c290b96f44f56990d8dc3fac1c
1212
1313RUN [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 ; \
You can’t perform that action at this time.
0 commit comments