chore: drop node v10 and add v14 to the circleci tests (#7804)

node v10 EOL was 2021-04-30 and is no longer supported
as an LTS release.  as such, we're going to start seeing
failures with dependencies against it and will not be
developing with automated tests against it
This commit is contained in:
James Ward 2021-06-26 10:18:47 -04:00 committed by GitHub
parent 052014cdba
commit 473d26b5ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -196,9 +196,9 @@ workflows:
matrix:
parameters:
node-version:
- "10"
- "12"
- "13"
- "14"
- test:
name: test (cockroachdb) - Node v12
requires: