Skip to content

Commit

Permalink
BREAKING chore(pkg): drop support for Node 8
Browse files Browse the repository at this point in the history
  • Loading branch information
buschtoens committed Feb 22, 2020
1 parent 5df16f7 commit 86818c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Install Node
uses: actions/setup-node@v1
with:
node-version: 8
node-version: 10
- name: Install Dependencies
run: yarn install --frozen-lockfile
- name: Browser Tests
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"qunit-dom": "^0.9.0"
},
"engines": {
"node": "8.* || >= 10.*"
"node": ">= 10.*"
},
"ember-addon": {
"configPath": "tests/dummy/config"
Expand Down

0 comments on commit 86818c5

Please sign in to comment.