Skip to content

Commit f3294a7

Browse files
author
Konstantin Tyukalov
committed
Update used nodejs to the current lts version
1 parent ca642e7 commit f3294a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines-steps.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
steps:
22

33
- task: NodeTool@0
4-
displayName: Use Node 10.x
4+
displayName: Use Node 16.15.1
55
inputs:
6-
versionSpec: "10.24.1"
6+
versionSpec: "16.15.1"
77

88
- script: npm install
99
displayName: 'npm install'

0 commit comments

Comments
 (0)