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

Closes gh-4678
This commit is contained in:
Michał Gołębiowski-Owczarek 2020-04-23 13:24:35 +02:00 committed by GitHub
parent 46f9810b73
commit 88eb22e059
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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