diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 11fd187..b362e9e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ on: pull_request: env: - NODE_VERSION: '10.x' + NODE_VERSION: '12.x' jobs: lint: diff --git a/README.md b/README.md index 5feeddf..45aac30 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ In any case, using this addon helps keeping CSP in the forefront of your thought - Ember.js v2.18 or above - Ember CLI v3.4 or above -- Node.js v10 or above +- Node.js v12 or above ## Installation diff --git a/package.json b/package.json index 0e77a7e..7bfb6d5 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "semver": "^7.3.5" }, "engines": { - "node": "10.* || >= 12" + "node": "12.* || 14.* || >= 16" }, "publishConfig": { "registry": "https://registry.npmjs.org"