Skip to content

Commit

Permalink
Drop node 10 support
Browse files Browse the repository at this point in the history
  • Loading branch information
littlewhywhat committed Jun 17, 2021
1 parent 13749cd commit 462bbb6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 18 deletions.
17 changes: 0 additions & 17 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,20 +208,6 @@ jobs:
- run:
name: test
command: npm run migrate up -- -m test/cockroach --no-lock && npm run migrate down 0 -- -m test/cockroach --no-lock --timestamps
test-node-10:
docker:
- image: circleci/node:10
environment:
- DATABASE_URL=postgres://ubuntu:ubuntu@localhost:5432/circle_test
- image: postgres:13.3-alpine
environment:
- POSTGRES_USER=ubuntu
- POSTGRES_PASSWORD=ubuntu
- POSTGRES_DB=circle_test
steps:
- <<: *restore
- <<: *postgres-wait
- <<: *test-postgres
test-node-12:
docker:
- image: circleci/node:12
Expand Down Expand Up @@ -513,9 +499,6 @@ workflows:
- test-cockroach-20:
requires:
- install
- test-cockroach-21:
requires:
- install
- test-node-10:
requires:
- install
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"api"
],
"engines": {
"node": ">=10.0.0"
"node": ">=12.0.0"
},
"bugs": {
"url": "https://github.com/salsita/node-pg-migrate/issues"
Expand Down

0 comments on commit 462bbb6

Please sign in to comment.