Skip to content

Commit

Permalink
Drop support for node 10
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Peveler <[email protected]>
  • Loading branch information
MasterOdin committed Jan 31, 2022
1 parent 8383646 commit 3c95c66
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,19 @@ jobs:
include:
# For databases that use always the same version,
# it defaults to the env variable fallback defined in the docker-compose file
- NODE_VERSION: 10.x
- NODE_VERSION: 12.x
MYSQL_VERSION: 5.7
MARIADB_VERSION: 10.1
CASSANDRA_VERSION: 2.1
POSTGRES_VERSION: 9
MSSQL_COLLATION: Latin1_General_CI_AS
- NODE_VERSION: 12.x
- NODE_VERSION: 14.x
MYSQL_VERSION: 5.7
MARIADB_VERSION: 10.1
CASSANDRA_VERSION: 3
POSTGRES_VERSION: 9
MSSQL_COLLATION: Latin1_General_CS_AS
- NODE_VERSION: 14.x
- NODE_VERSION: 16.x
MYSQL_VERSION: 8
MARIADB_VERSION: 10.5
CASSANDRA_VERSION: 3
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"url": "https://github.com/sqlectron/sqlectron-db-core"
},
"engines": {
"node": ">= 10.13"
"node": ">= 12.13"
},
"dependencies": {
"cassandra-driver": "^3.1.1",
Expand Down

0 comments on commit 3c95c66

Please sign in to comment.