Skip to content

Commit

Permalink
Merge pull request #220 from ember-template-lint/bmish-node-18
Browse files Browse the repository at this point in the history
Add Node 18 to CI
  • Loading branch information
dcyriller committed May 17, 2022
2 parents e48c398 + 242b56d commit 6a5bc95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -35,7 +35,7 @@ jobs:
strategy:
matrix:
os: [ubuntu, windows]
node-version: [12.x, 14.x, 16.x, 17.x]
node-version: [12.x, 14.x, 16.x, 17.x, 18.x]

# excluded because it is the `test` job above
exclude:
Expand Down

0 comments on commit 6a5bc95

Please sign in to comment.