Skip to content

Commit

Permalink
Set node version to 22.9.0
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Fiala <[email protected]>
  • Loading branch information
zZHorizonZz committed Sep 20, 2024
1 parent b11cc79 commit 17332aa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
strategy:
fail-fast: false
matrix:
version: [ "22.8.0" ]
version: [ "22.9.0" ]
variant: [ "windowsservercore-ltsc2019" ]

steps:
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
strategy:
fail-fast: false
matrix:
version: [ "22.8.0" ]
version: [ "22.9.0" ]
variant: [ "windowsservercore-ltsc2022" ]

steps:
Expand Down
2 changes: 1 addition & 1 deletion 22/windowsservercore-ltsc2019/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN $newPath = ('C:\nodejs;{0};{0}' -f $env:PATH); \
[Environment]::SetEnvironmentVariable('PATH', $newPath, [EnvironmentVariableTarget]::Machine)
# doing this first to share cache across versions more aggressively

ENV NODE_VERSION 22.8.0
ENV NODE_VERSION 22.9.0
ENV NODE_CHECKSUM 8af226c0aa71fefe5228e881f4b5c5d90a8b41c290b96f44f56990d8dc3fac1c

RUN [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 ; \
Expand Down
2 changes: 1 addition & 1 deletion 22/windowsservercore-ltsc2022/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN $newPath = ('C:\nodejs;{0};{0}' -f $env:PATH); \
[Environment]::SetEnvironmentVariable('PATH', $newPath, [EnvironmentVariableTarget]::Machine)
# doing this first to share cache across versions more aggressively

ENV NODE_VERSION 22.8.0
ENV NODE_VERSION 22.9.0
ENV NODE_CHECKSUM 8af226c0aa71fefe5228e881f4b5c5d90a8b41c290b96f44f56990d8dc3fac1c

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

0 comments on commit 17332aa

Please sign in to comment.