Skip to content

Commit 7c09296

Browse files
authored
Use node 16.6.2 (Azure#25817)
1 parent 3a74c37 commit 7c09296

File tree

1 file changed

+2
-1
lines changed
  • eng/pipelines/templates/jobs

1 file changed

+2
-1
lines changed

eng/pipelines/templates/jobs/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,8 @@ jobs:
151151
SourceDirectory: $(Build.SourcesDirectory)
152152
- task: NodeTool@0
153153
inputs:
154-
versionSpec: '16.x'
154+
# https://github.com/nodejs/node/issues/40468
155+
versionSpec: '16.6.2'
155156
displayName: 'Install NodeJS'
156157
- template: /eng/pipelines/templates/steps/install-dotnet.yml
157158
- task: DotNetCoreCLI@2

0 commit comments

Comments
 (0)