Skip to content

Commit 3f18698

Browse files
authored
chore(*): set node.js to version 11; gulp 3 incompatibility (#6163)
1 parent 8a0368d commit 3f18698

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)