Skip to content

Commit

Permalink
Merge hotfix/1.0.0
Browse files Browse the repository at this point in the history
--HG--
branch : release
  • Loading branch information
kazssym committed Apr 18, 2020
2 parents ce6c19a + 3d78ebd commit 7a24dc9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ stages:
vmImage: ubuntu-latest
steps:
- task: NodeTool@0
inputs:
versionSpec: 8.x
- bash: |
npm install-test
displayName: Test
Expand All @@ -33,6 +35,8 @@ stages:
vmImage: ubuntu-latest
steps:
- task: NodeTool@0
inputs:
versionSpec: 8.x
- bash: |
npm install
displayName: Install dependencies
Expand Down

0 comments on commit 7a24dc9

Please sign in to comment.