Skip to content

Commit 0b16e2e

Browse files
author
Robert Jackson
authored
Merge pull request #493 from ember-cli/drop-node-8
Drop Node 8 support.
2 parents 8766979 + e531c1b commit 0b16e2e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
strategy:
3434
matrix:
3535
os: [ubuntu-latest, windows-latest]
36-
node-version: [8.x, 10.x, 12.x]
36+
node-version: [10.x, 12.x, 13.x]
3737

3838
steps:
3939
- uses: actions/checkout@v1

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
"release-it-lerna-changelog": "^1.0.3"
9494
},
9595
"engines": {
96-
"node": "8.* || 10.* || >= 12.*"
96+
"node": "10.* || >= 12.*"
9797
},
9898
"publishConfig": {
9999
"registry": "https://registry.npmjs.org"

0 commit comments

Comments
 (0)