Skip to content

Commit

Permalink
Merge pull request #252 from kaliber5/drop-node10
Browse files Browse the repository at this point in the history
Drop node 10 support
  • Loading branch information
simonihmig committed Jul 20, 2021
2 parents d886159 + 5139950 commit 05e060b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Setup node.js
uses: actions/setup-node@v1
with:
node-version: 10
node-version: 12
- name: Install dependencies
uses: bahmutov/npm-install@v1
- name: Lint
Expand All @@ -40,7 +40,7 @@ jobs:
- name: Setup node.js
uses: actions/setup-node@v1
with:
node-version: 10
node-version: 12
- name: Install dependencies
uses: bahmutov/npm-install@v1
with:
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
- name: Setup node.js
uses: actions/setup-node@v1
with:
node-version: 10
node-version: 12
- name: Install dependencies
uses: bahmutov/npm-install@v1
- name: Test
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Compatibility

* Ember.js v3.20 or above
* Ember CLI v3.20 or above
* Node.js v10 or above
* Node.js v12 or above


Installation
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"release-it-lerna-changelog": "^3.1.0"
},
"engines": {
"node": "10.* || >= 12"
"node": "12.* || >= 14"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
Expand Down

0 comments on commit 05e060b

Please sign in to comment.