Skip to content

Commit

Permalink
Merge pull request #931 from mydea/fn/node-14
Browse files Browse the repository at this point in the history
Drop support for Node < 14
  • Loading branch information
locks committed Jul 25, 2022
2 parents 4720360 + 01f9ab9 commit 5f2829d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 11 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Expand Up @@ -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
Expand All @@ -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

Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -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.


Expand Down
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -74,7 +74,7 @@
"qunit": "^2.13.0"
},
"engines": {
"node": "10.* || 12.* || >= 14.*"
"node": "14.* || 16.* || >= 17"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
Expand Down Expand Up @@ -111,7 +111,7 @@
}
},
"volta": {
"node": "10.22.0",
"yarn": "1.22.4"
"node": "14.19.1",
"yarn": "1.22.18"
}
}

0 comments on commit 5f2829d

Please sign in to comment.