diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0d221dd..35c2b05 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [14.x, 16.x, 18.x, 20.x] + node-version: [16.x, 18.x, 20.x] steps: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }} @@ -26,7 +26,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [14.x, 16.x, 18.x, 20.x] + node-version: [16.x, 18.x, 20.x] steps: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }} diff --git a/README.md b/README.md index b84da5e..454b36f 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Run the following command in your terminal: ember install ember-cli-deploy-smart-compress ``` -Note that this addon requires at least node.js 14! +Note that this addon requires at least node.js 16! ## ember-cli-deploy Hooks Implemented diff --git a/package.json b/package.json index a94ac5b..cfbf9a8 100644 --- a/package.json +++ b/package.json @@ -42,8 +42,7 @@ "rimraf": "^2.3.4" }, "engines": { - "npm": "9.7.1", - "node": "14.* || 16.* || 18.* || >= 20.*" + "node": "16.* || 18.* || >= 20.*" }, "publishConfig": { "access": "public",