We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6ba69f commit b6d01d5Copy full SHA for b6d01d5
2 files changed
.vsts.release.yml
@@ -189,10 +189,10 @@ extends:
189
190
- checkout: self
191
192
- - task: NodeTool@0
193
- displayName: Use node 20.20.0
+ - task: UseNode@1
+ displayName: Use node 20.20.2
194
inputs:
195
- versionSpec: "20.20.0"
+ version: "20.20.2"
196
197
- script: |
198
cd release
src/Misc/externals.sh
@@ -31,7 +31,7 @@ NODE_VERSION="6.17.1"
31
NODE10_VERSION="10.24.1"
32
NODE16_VERSION="16.20.2"
33
NODE16_WIN_ARM64_VERSION="16.9.1"
34
-NODE20_VERSION="20.20.0"
+NODE20_VERSION="20.20.2"
35
NODE24_VERSION="24.13.0"
36
MINGIT_VERSION="2.53.0"
37
LFS_VERSION="3.4.0"
0 commit comments