diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dc51e0f0..dfa2f30f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: strategy: matrix: - node-version: [14.x, 12.x] + node-version: [16.x, 14.x] os: [ubuntu-latest, windows-latest] steps: @@ -54,7 +54,7 @@ jobs: strategy: matrix: - node-version: [14.x, 12.x] + node-version: [16.x, 14.x] os: [ubuntu-latest, windows-latest] steps: @@ -76,7 +76,7 @@ jobs: strategy: matrix: - node-version: [14.x, 12.x] + node-version: [16.x, 14.x] os: [ubuntu-latest, windows-latest] steps: @@ -103,7 +103,7 @@ jobs: strategy: fail-fast: false matrix: - node-version: [14.x, 12.x] + node-version: [16.x, 14.x] steps: - name: Checkout Code diff --git a/package.json b/package.json index 87cf2581..269d239a 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "npm": false }, "volta": { - "node": "14.17.3", - "yarn": "1.22.10" + "node": "16.18.1", + "yarn": "1.22.19" } } diff --git a/packages/ember-cli-fastboot/package.json b/packages/ember-cli-fastboot/package.json index f6135a29..38d1673e 100644 --- a/packages/ember-cli-fastboot/package.json +++ b/packages/ember-cli-fastboot/package.json @@ -101,7 +101,7 @@ "webpack": "^5.58.1" }, "engines": { - "node": "12.* || 14.* || >=16" + "node": "14.* || 16.* || >=18" }, "publishConfig": { "registry": "https://registry.npmjs.org/"