mirror of
https://github.com/lancedikson/bowser
synced 2024-10-27 20:34:22 +00:00
chore(travis): fix node_js version
This commit is contained in:
parent
d3d710d158
commit
dbb433945a
@ -1,7 +1,7 @@
|
|||||||
language: node_js
|
language: node_js
|
||||||
after_success: npm run coverage
|
after_success: npm run coverage
|
||||||
node_js:
|
node_js:
|
||||||
- "12"
|
- "12.16.3"
|
||||||
script:
|
script:
|
||||||
- npm run lint
|
- npm run lint
|
||||||
- npm run build
|
- npm run build
|
||||||
|
Loading…
Reference in New Issue
Block a user