Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

Commit

Permalink
ci: install npm@6.4.1 for audit support
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Guthe committed Sep 25, 2018
1 parent 04bea17 commit b18f50a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ jobs:
command: |
. "$NVM_DIR/nvm.sh"
nvm use 8.10.0
npm install -g npm@6.4.1
npm run test:server
# Disable code coverage (temporarily): https://github.com/mozilla-services/screenshots/issues/4728
# mkdir -p $CIRCLE_TEST_REPORTS/server-coverage
Expand Down

0 comments on commit b18f50a

Please sign in to comment.