Skip to content

Commit 966d37d

Browse files
authored
Merge pull request #499 from ember-codemods/drop-node-versions
breaking: drop EOL versions of Node
2 parents 152d8ec + 69dd17b commit 966d37d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
strategy:
1616
matrix:
17-
node-version: [10.x, 12.x]
17+
node-version: [14.x, 16.x, 18.x]
1818

1919
steps:
2020
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)