mirror of
https://github.com/typeorm/typeorm.git
synced 2025-12-08 21:26:23 +00:00
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:
parent
052014cdba
commit
473d26b5ef
@ -196,9 +196,9 @@ workflows:
|
||||
matrix:
|
||||
parameters:
|
||||
node-version:
|
||||
- "10"
|
||||
- "12"
|
||||
- "13"
|
||||
- "14"
|
||||
- test:
|
||||
name: test (cockroachdb) - Node v12
|
||||
requires:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user