Skip to content

Commit

Permalink
Use specific npm version in circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
debitoor-bot committed Jul 23, 2019
1 parent 55d0bd6 commit 96a80ee
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .circleci/config.yml
Expand Up @@ -13,6 +13,9 @@ jobs:
- run:
name: Create NPMRC
command: echo $NPMRC > ~/repo/.npmrc
- run:
name: update npm
command: sudo npm i npm@6.8.0 -g
- run:
name: NPM Install
command: npm install
Expand All @@ -36,6 +39,9 @@ jobs:
- run:
name: Create NPMRC
command: echo $NPMRC > ~/repo/.npmrc
- run:
name: update npm
command: sudo npm i npm@6.8.0 -g
- run:
name: NPM Install
command: npm install
Expand Down

0 comments on commit 96a80ee

Please sign in to comment.