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.
2 parents a60809d + 0b1a764 commit f76b7daCopy full SHA for f76b7da
script/vsts/platforms/templates/preparation.yml
@@ -26,9 +26,9 @@ steps:
26
27
- task: NodeTool@0
28
inputs:
29
- versionSpec: 12.16.3
+ versionSpec: 12.18.3
30
force32bit: $(IsWinX86)
31
- displayName: Install Node.js 12.16.3
+ displayName: Install Node.js 12.18.3
32
33
- script: npm install --global npm@6.14.8
34
displayName: Update npm
0 commit comments