Skip to content

Commit

Permalink
fix: pin npm version in CircleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
edvald committed Jun 4, 2018
1 parent 083fa7c commit 206d946
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,11 @@ jobs:
# fallback to using the latest cache if no exact match is found
- v2-dependencies-

# pin npm version to avoid conflicts with package-lock.json
- run: sudo npm install -g [email protected]

- run: npm install

# make sure package lock is up to date
- run: npm run check-package-lock

Expand Down

0 comments on commit 206d946

Please sign in to comment.