Build: Test on Node.js 14, stop testing on Node.js 8 & 13

Closes gh-4678

(cherry picked from commit 88eb22e059)
This commit is contained in:
Michał Gołębiowski-Owczarek 2020-04-23 13:24:35 +02:00 committed by Michał Gołębiowski-Owczarek
parent b21d6710cf
commit 205dd134b9

View File

@ -1,10 +1,9 @@
language: node_js language: node_js
os: linux os: linux
node_js: node_js:
- "8"
- "10" - "10"
- "12" - "12"
- "13" - "14"
env: env:
- NPM_SCRIPT=test:browserless - NPM_SCRIPT=test:browserless
jobs: jobs: