diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5fa25aa7..d203aa51 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: strategy: matrix: os: [ubuntu, windows] - node-version: [10.x, 12.x, 13.x, 14.x] + node-version: [12.x, 13.x, 14.x] steps: - uses: actions/checkout@v1 @@ -89,7 +89,7 @@ jobs: - uses: actions/checkout@v1 - uses: actions/setup-node@v1 with: - node-version: 10.x + node-version: 12.x - name: install dependencies run: yarn install - name: test diff --git a/README.md b/README.md index 3fba3657..1cfbf2dc 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ * Ember.js v3.8 or above * Ember CLI v3.8 or above -* Node.js v10 or above +* Node.js v12 or above ## Tagged Template Usage / Migrating from `htmlbars-inline-precompile` diff --git a/ember-cli-build.js b/ember-cli-build.js index 17712c0f..5d6f8f7e 100644 --- a/ember-cli-build.js +++ b/ember-cli-build.js @@ -40,23 +40,6 @@ module.exports = function (defaults) { ], ], }, - - 'ember-cli-htmlbars': { - // This is an option intended to be used only be `ember-template-imports`. - // DO NOT USE THIS - _customInlineModules: { - 'ember-template-imports': { - export: 'hbs', - useTemplateLiteralProposalSemantics: 1, - }, - - 'TEMPLATE-TAG-MODULE': { - export: 'GLIMMER_TEMPLATE', - debugName: '