Skip to content
This repository was archived by the owner on Oct 29, 2024. It is now read-only.

Commit 54dd66a

Browse files
author
Robert Jackson
authored
Merge pull request #361 from NullVoxPopuli/drop-node-10-support
2 parents d022fac + 672aa92 commit 54dd66a

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
@@ -25,7 +25,7 @@ jobs:
2525

2626
strategy:
2727
matrix:
28-
node-version: [10, 12, 13]
28+
node-version: [12, 14, 16]
2929

3030
steps:
3131
- uses: actions/checkout@v2

packages/@glimmer/component/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"typescript": "~3.8.2"
8585
},
8686
"engines": {
87-
"node": "6.* || 8.* || >= 10.*"
87+
"node": ">= 12.0"
8888
},
8989
"ember-addon": {
9090
"configPath": "tests/dummy/config",

0 commit comments

Comments
 (0)