Skip to content

Commit

Permalink
build: fix package-lock.json
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfbecker committed Dec 26, 2019
1 parent 4898e75 commit 6001269
Show file tree
Hide file tree
Showing 2 changed files with 85 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ cache:
- $HOME/.composer/cache

before_install:
- nvm install 8
- nvm use 8
- nvm install '12.4.0'
- nvm use '12.4.0'

install:
- npm ci
Expand Down
84 changes: 83 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6001269

Please sign in to comment.