diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d3ced766..12a692fa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,7 +44,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest] - node-version: [8.x, 10.x, 12.x] + node-version: [10.x, 12.x] steps: - uses: actions/checkout@v1 diff --git a/package.json b/package.json index 8af97968..e9283d50 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "qunit-dom": "^0.9.1" }, "engines": { - "node": "8.* || >= 10.*" + "node": "10.* || >= 12.*" }, "changelog": { "repo": "simplabs/ember-test-selectors",