Skip to content

Commit 6fcf904

Browse files
author
Konstantin Tyukalov
committed
Rollback node ci version to 10.24.1
1 parent db70fd3 commit 6fcf904

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 16.15.1
4+
displayName: Use Node 10.x
55
inputs:
6-
versionSpec: "16.15.1"
6+
versionSpec: "10.24.1"
77

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

0 commit comments

Comments
 (0)