Skip to content

Commit 17332aa

Browse files
committed
Set node version to 22.9.0
Signed-off-by: Daniel Fiala <danfiala23@gmail.com>
1 parent b11cc79 commit 17332aa

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build-test-windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
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:
@@ -70,7 +70,7 @@ jobs:
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:

22/windowsservercore-ltsc2019/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
1111
ENV NODE_CHECKSUM 8af226c0aa71fefe5228e881f4b5c5d90a8b41c290b96f44f56990d8dc3fac1c
1212

1313
RUN [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 ; \

22/windowsservercore-ltsc2022/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
1111
ENV NODE_CHECKSUM 8af226c0aa71fefe5228e881f4b5c5d90a8b41c290b96f44f56990d8dc3fac1c
1212

1313
RUN [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 ; \

0 commit comments

Comments
 (0)