test: add Node.js 12 and 14 in the build matrix

Node.js 8 is removed, as it is now EOL.
This commit is contained in:
Damien Arrachequesne
2020-10-06 00:20:25 +02:00
parent 3c11eb9d2e
commit 003cb38cae

View File

@@ -1,7 +1,8 @@
language: node_js
node_js:
- '8'
- '10'
- '12'
- '14'
sudo: false
git:
depth: 1