Skip to content

Commit 6a5bc95

Browse files
authored
Merge pull request #220 from ember-template-lint/bmish-node-18
Add Node 18 to CI
2 parents e48c398 + 242b56d commit 6a5bc95

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
strategy:
3636
matrix:
3737
os: [ubuntu, windows]
38-
node-version: [12.x, 14.x, 16.x, 17.x]
38+
node-version: [12.x, 14.x, 16.x, 17.x, 18.x]
3939

4040
# excluded because it is the `test` job above
4141
exclude:

0 commit comments

Comments
 (0)