Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f8ef48b

Browse files
Update default node version to 16 (Azure#21637)
1 parent 48aed33 commit f8ef48b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/pipelines/templates/variables/globals.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
variables:
22
DocWardenVersion: '0.5.0'
3-
NodeVersion: "14.x"
3+
NodeVersion: "16.x"
44
OSVmImage: "ubuntu-20.04"
55
skipComponentGovernanceDetection: true
66
coalesceResultFilter: $[ coalesce(variables['packageGlobFilter'], '**') ]

0 commit comments

Comments
 (0)