We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16ef0b3 commit 5b1563fCopy full SHA for 5b1563f
.vsts.release.yml
@@ -189,9 +189,9 @@ extends:
189
- checkout: self
190
191
- task: NodeTool@0
192
- displayName: Use node 20.19.1
+ displayName: Use node 20.19.4
193
inputs:
194
- versionSpec: "20.19.1"
+ versionSpec: "20.19.4"
195
196
- script: |
197
cd release
src/Misc/externals.sh
@@ -26,7 +26,7 @@ NODE_VERSION="6.17.1"
26
NODE10_VERSION="10.24.1"
27
NODE16_VERSION="16.20.2"
28
NODE16_WIN_ARM64_VERSION="16.9.1"
29
-NODE20_VERSION="20.19.2"
+NODE20_VERSION="20.19.4"
30
MINGIT_VERSION="2.49.0"
31
LFS_VERSION="3.4.0"
32
0 commit comments