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 21
21
strategy :
22
22
fail-fast : false
23
23
matrix :
24
- version : [ "22.8 .0" ]
24
+ version : [ "22.9 .0" ]
25
25
variant : [ "windowsservercore-ltsc2019" ]
26
26
27
27
steps :
70
70
strategy :
71
71
fail-fast : false
72
72
matrix :
73
- version : [ "22.8 .0" ]
73
+ version : [ "22.9 .0" ]
74
74
variant : [ "windowsservercore-ltsc2022" ]
75
75
76
76
steps :
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ RUN $newPath = ('C:\nodejs;{0};{0}' -f $env:PATH); \
7
7
[Environment]::SetEnvironmentVariable('PATH' , $newPath, [EnvironmentVariableTarget]::Machine)
8
8
# doing this first to share cache across versions more aggressively
9
9
10
- ENV NODE_VERSION 22.8 .0
10
+ ENV NODE_VERSION 22.9 .0
11
11
ENV NODE_CHECKSUM 8af226c0aa71fefe5228e881f4b5c5d90a8b41c290b96f44f56990d8dc3fac1c
12
12
13
13
RUN [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); \
7
7
[Environment]::SetEnvironmentVariable('PATH' , $newPath, [EnvironmentVariableTarget]::Machine)
8
8
# doing this first to share cache across versions more aggressively
9
9
10
- ENV NODE_VERSION 22.8 .0
10
+ ENV NODE_VERSION 22.9 .0
11
11
ENV NODE_CHECKSUM 8af226c0aa71fefe5228e881f4b5c5d90a8b41c290b96f44f56990d8dc3fac1c
12
12
13
13
RUN [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 ; \
You can’t perform that action at this time.
0 commit comments