travis: upgrade to npm 12
This is what the starter app uses, and what most of us use locally, so let's stay consistent. Signed-off-by: Tom Gundersen <teg@jklm.no>
This commit is contained in:
parent
f629e38a65
commit
46fbb53e46
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ sudo: required
|
|||
notifications:
|
||||
email: false
|
||||
node_js:
|
||||
- '10'
|
||||
- '12'
|
||||
install:
|
||||
- npm install
|
||||
script:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue