Skip to content

Commit 5b1563f

Browse files
Updating node version to v20.19.4 (#5278)
1 parent 16ef0b3 commit 5b1563f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.vsts.release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,9 +189,9 @@ extends:
189189
- checkout: self
190190

191191
- task: NodeTool@0
192-
displayName: Use node 20.19.1
192+
displayName: Use node 20.19.4
193193
inputs:
194-
versionSpec: "20.19.1"
194+
versionSpec: "20.19.4"
195195

196196
- script: |
197197
cd release

src/Misc/externals.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ NODE_VERSION="6.17.1"
2626
NODE10_VERSION="10.24.1"
2727
NODE16_VERSION="16.20.2"
2828
NODE16_WIN_ARM64_VERSION="16.9.1"
29-
NODE20_VERSION="20.19.2"
29+
NODE20_VERSION="20.19.4"
3030
MINGIT_VERSION="2.49.0"
3131
LFS_VERSION="3.4.0"
3232

0 commit comments

Comments
 (0)