diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d393a12c6..dcf3bc95d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: strategy: matrix: - node-version: [14.x, 12.x, 10.x] + node-version: [16.x, 14.x, 12.x] os: [ubuntu-latest, windows-latest] steps: @@ -53,7 +53,7 @@ jobs: strategy: matrix: - node-version: [14.x, 12.x, 10.x] + node-version: [16.x, 14.x, 12.x] os: [ubuntu-latest, windows-latest] steps: @@ -66,7 +66,7 @@ jobs: - name: Yarn Install run: yarn install --ignore-engines --frozen-lockfile - name: Integration Tests - run: yarn workspace integration-tests test + run: yarn workspace integration-tests test test-packages: name: Test Packages @@ -74,7 +74,7 @@ jobs: strategy: matrix: - node-version: [14.x, 12.x, 10.x] + node-version: [16.x, 14.x, 12.x] os: [ubuntu-latest, windows-latest] steps: diff --git a/packages/ember-cli-fastboot/package.json b/packages/ember-cli-fastboot/package.json index 196f539ce..2ebe2bb53 100644 --- a/packages/ember-cli-fastboot/package.json +++ b/packages/ember-cli-fastboot/package.json @@ -79,7 +79,7 @@ "rsvp": "^4.8.3" }, "engines": { - "node": "10.* || 12.* || >= 14.*" + "node": "12.* || 14.* || >=16" }, "publishConfig": { "registry": "https://registry.npmjs.org/" diff --git a/packages/fastboot-app-server/package.json b/packages/fastboot-app-server/package.json index b85a76470..3b3caf78d 100644 --- a/packages/fastboot-app-server/package.json +++ b/packages/fastboot-app-server/package.json @@ -44,7 +44,7 @@ "request-promise": "^4.2.1" }, "engines": { - "node": "10.* || 12.* || >= 14" + "node": "12.* || 14.* || >=16" }, "volta": { "extends": "../../package.json" diff --git a/packages/fastboot-express-middleware/package.json b/packages/fastboot-express-middleware/package.json index 5e54a5aac..dffb9f673 100644 --- a/packages/fastboot-express-middleware/package.json +++ b/packages/fastboot-express-middleware/package.json @@ -44,7 +44,7 @@ "request-promise": "^4.2.1" }, "engines": { - "node": "10.* || 12.* || >= 14" + "node": "12.* || 14.* || >=16" }, "volta": { "extends": "../../package.json" diff --git a/packages/fastboot/package.json b/packages/fastboot/package.json index faa323163..fb98a257d 100644 --- a/packages/fastboot/package.json +++ b/packages/fastboot/package.json @@ -56,7 +56,7 @@ "tmp": "^0.2.1" }, "engines": { - "node": "10.* || >=12" + "node": "12.* || 14.* || >=16" }, "volta": { "extends": "../../package.json"