mirror of
https://github.com/lancedikson/bowser
synced 2026-03-02 03:40:27 +00:00
chore(travis): fix node_js version
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user