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:
Tom Gundersen 2021-05-21 13:04:33 +01:00 committed by Sanne Raymaekers
parent f629e38a65
commit 46fbb53e46

View file

@ -3,7 +3,7 @@ sudo: required
notifications:
email: false
node_js:
- '10'
- '12'
install:
- npm install
script: