chore: install explicit version of NPM

This commit is contained in:
Paul Bredenberg 2020-05-20 11:00:44 -04:00
parent 505ab6e050
commit 34e3da4550
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ node_js:
- "10"
- "8"
before_install: if [[ `npm -v` != 6* ]]; then npm i -g npm@6.13.4; fi
before_install: npm i -g npm@6.13.4
script:
- npm run commitlint