diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6212d41..483269c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: org: uses: DazzlingFugu/.github/.github/workflows/js--emberjs-addons.yml@master with: - node-version: 12 + node-version: 14 package-manager: yarn ember-try-scenarios: "[ 'ember-lts-3.20', diff --git a/.github/workflows/tag-release-publish.yml b/.github/workflows/tag-release-publish.yml index cb51627..2e06c9e 100644 --- a/.github/workflows/tag-release-publish.yml +++ b/.github/workflows/tag-release-publish.yml @@ -21,7 +21,7 @@ jobs: if: ${{ github.event.workflow_run.conclusion == 'success' }} uses: DazzlingFugu/.github/.github/workflows/js--tag-release-publish.yml@master with: - node-version: 12 + node-version: 14 package-manager: yarn secrets: npm-automation-token: ${{ secrets.NPM_AUTOMATION_TOKEN }} diff --git a/README.md b/README.md index 7c083cc..8d3010c 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Based on [reading-time](https://github.com/ngryman/reading-time) and [humanized- * Ember.js v3.20 or above * Ember CLI v3.20 or above -* Node.js v12 or above +* Node.js v14 or above ## Installation diff --git a/package.json b/package.json index ad5a121..7c88917 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "ember-try": "^2.0.0", "eslint": "^8.16.0", "eslint-config-prettier": "^8.3.0", - "eslint-plugin-ember": "^10.6.1", + "eslint-plugin-ember": "^11.0.6", "eslint-plugin-n": "^15.2.1", "eslint-plugin-prettier": "^4.0.0", "eslint-plugin-qunit": "^7.0.0", @@ -88,7 +88,7 @@ "webpack": "5" }, "engines": { - "node": "12.* || 14.* || >= 16" + "node": "14.* || >= 16" }, "ember": { "edition": "octane" diff --git a/yarn.lock b/yarn.lock index d40ae4c..75ae4c0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5134,10 +5134,10 @@ eslint-config-prettier@^8.3.0: resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-8.5.0.tgz#5a81680ec934beca02c7b1a61cf8ca34b66feab1" integrity sha512-obmWKLUNCnhtQRKc+tmnYuQl0pFU1ibYJQ5BGhTVB08bHe9wC8qUeG7c08dj9XX+AuPj1YSGSQIHl1pnDHZR0Q== -eslint-plugin-ember@^10.6.1: - version "10.6.1" - resolved "https://registry.yarnpkg.com/eslint-plugin-ember/-/eslint-plugin-ember-10.6.1.tgz#04ea84cc82307f64a2faa4f2855b30e5ebf9f722" - integrity sha512-R+TN3jwhYQ2ytZCA1VkfJDZSGgHFOHjsHU1DrBlRXYRepThe56PpuGxywAyDvQ7inhoAz3e6G6M60PzpvjzmNg== +eslint-plugin-ember@^11.0.6: + version "11.0.6" + resolved "https://registry.yarnpkg.com/eslint-plugin-ember/-/eslint-plugin-ember-11.0.6.tgz#95fc44639b9f8f3d5a0f7a20bd06903a32194798" + integrity sha512-iQzqn8/GdBbNv2T3YetpjEBemoH0v9e9ea8Bu6JLOX2TN+HMK2l52/QBRFgrnaxLXBjPO3iy2c3sCieYV27EvQ== dependencies: "@ember-data/rfc395-data" "^0.0.4" css-tree "^2.0.4"