Skip to content
This repository has been archived by the owner on Apr 5, 2021. It is now read-only.

Commit

Permalink
Trying to fix semver bug?
Browse files Browse the repository at this point in the history
  • Loading branch information
mmiller42 committed Jul 23, 2017
1 parent 6b159ec commit 73386cd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ jobs:
- checkout
- run:
name: update-npm
command: sudo npm install -g npm@latest
command:
- npm install npm@latest --no-save
- rm -rf /usr/local/lib/node_modules/npm
- mv node_modules/npm /usr/local/lib/node_modules/npm
- restore_cache:
key: dependency-cache-{{ checksum "package.json" }}
- run:
Expand Down

0 comments on commit 73386cd

Please sign in to comment.