@@ -16,7 +16,7 @@ jobs:
steps:
- checkout: self
clean: false
- - script: yarn install
+ - script: npm install
displayName: install
- script: npm run lint
displayName: lint
@@ -36,7 +36,7 @@ jobs:
options: "-u root"
- script: npm run test:all
env:
@@ -74,7 +74,7 @@ jobs:
- task: NodeTool@0
inputs:
versionSpec: "11.x"