Skip to content

Commit 9506ef2

Browse files
authored
Merge branch '8.1.x' into nrobakova/fix-issue-6134-81
2 parents eb3dfb6 + 3f18698 commit 9506ef2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

azure-pipelines.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@ pool:
22
vmImage: 'Ubuntu 16.04'
33

44
steps:
5+
- task: UseNode@1
6+
inputs:
7+
version: '11.x'
8+
displayName: 'Install Node.js'
9+
510
- script: npm install
611
displayName: 'Install dependencies'
712
env:

0 commit comments

Comments
 (0)