Skip to content

Commit

Permalink
remove update npm step from azure pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
ruddell committed Mar 9, 2020
1 parent c577a42 commit d7e67d9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ jobs:
inputs:
versionSpec: '10.x'
displayName: 'TOOLS: install Node.js'
- script: npm install -g npm
displayName: 'TOOLS: update NPM'
- script: $(SCRIPT_DIR)/install-node-dependencies.sh
displayName: 'TOOLS: install node dependencies'
- script: $(SCRIPT_DIR)/install-detox.sh
Expand Down

0 comments on commit d7e67d9

Please sign in to comment.