diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a3f83210..70c9dc8a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: - node-version: [10.x, 12.x, 14.x, 16.x, latest] + node-version: [12.x, 14.x, 16.x, latest] fail-fast: true steps: diff --git a/package.json b/package.json index 1d089861..48c5f276 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ ], "version": "1.0.0-beta.18", "engines": { - "node": ">=8.0.0" + "node": ">=12.0.0" }, "bugs": { "url": "https://github.com/db-migrate/node-db-migrate/issues"