diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 647bdeb9..6466467a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,8 +17,6 @@ jobs: steps: - uses: actions/checkout@v2 - uses: volta-cli/action@v1 - with: - node-version: 10.x - run: yarn install --frozen-lockfile - run: yarn lint - run: yarn test:ember @@ -30,8 +28,6 @@ jobs: steps: - uses: actions/checkout@v2 - uses: volta-cli/action@v1 - with: - node-version: 10.x - run: yarn install --no-lockfile - run: yarn test:ember @@ -60,8 +56,6 @@ jobs: steps: - uses: actions/checkout@v2 - uses: volta-cli/action@v1 - with: - node-version: 12.x - name: install dependencies run: yarn install --frozen-lockfile - name: test diff --git a/README.md b/README.md index df3ed95d..c7fca1bf 100644 --- a/README.md +++ b/README.md @@ -17,11 +17,11 @@ helpers contained in Requirements ------------------------------------------------------------------------------ -- Node.js 10 or above +- Node.js 14 or above - Ember 3.8 or above - Ember CLI 3.8 or above -If you need support for Node 4 or older Ember CLI versions please use v3.x +If you need support for Node 13 or older Ember CLI versions please use v4.x of this addon. diff --git a/package.json b/package.json index a087655f..36db8f2f 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "qunit": "^2.13.0" }, "engines": { - "node": "10.* || 12.* || >= 14.*" + "node": "14.* || 16.* || >= 17" }, "publishConfig": { "registry": "https://registry.npmjs.org" @@ -111,7 +111,7 @@ } }, "volta": { - "node": "10.22.0", - "yarn": "1.22.4" + "node": "14.19.1", + "yarn": "1.22.18" } }