Skip to content

Commit 028a143

Browse files
committed
Use Node 16
1 parent 4082dc1 commit 028a143

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.azure-pipelines/common/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
steps:
22
- task: NodeTool@0
3-
displayName: 'Use Node 14.x'
3+
displayName: 'Use Node 16.x'
44
inputs:
5-
versionSpec: 14.x
5+
versionSpec: 16.x
66

77
- task: Npm@1
88
displayName: 'npm ci'

0 commit comments

Comments
 (0)