Update travis to Node 12

This commit is contained in:
Sean Lilley 2021-07-22 19:46:35 -04:00
parent bf4f5fd973
commit 0a496ccef7
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
language: node_js language: node_js
node_js: node_js:
- "10" - "12"
script: script:
- npm run eslint - npm run eslint
- npm run test -- --failTaskOnError --suppressPassed - npm run test -- --failTaskOnError --suppressPassed