use npm 6 (#572)

This commit is contained in:
Nolan Lawson 2018-09-23 10:12:07 -07:00 committed by GitHub
parent 289c7eb7a7
commit 85a4df0c04
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -39,7 +39,7 @@ addons:
services: services:
- redis-server - redis-server
before_install: before_install:
- npm install -g npm@5 - npm install -g npm@6
- npm install -g greenkeeper-lockfile@1 - npm install -g greenkeeper-lockfile@1
- ./bin/setup-mastodon-in-travis.sh - ./bin/setup-mastodon-in-travis.sh
before_script: before_script:

2
package-lock.json generated
View file

@ -4747,7 +4747,7 @@
"colors": "~0.6.0", "colors": "~0.6.0",
"js-yaml": "~2.1.0", "js-yaml": "~2.1.0",
"sax": "~0.6.0", "sax": "~0.6.0",
"whet.extend": "0.9.9" "whet.extend": "^0.9.9"
}, },
"dependencies": { "dependencies": {
"whet.extend": { "whet.extend": {