Skip to content

Commit

Permalink
feat: add support for node v18 (#578)
Browse files Browse the repository at this point in the history
  • Loading branch information
Belco90 committed May 7, 2022
1 parent 16354cf commit 6148c6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Expand Up @@ -51,7 +51,7 @@ jobs:

strategy:
matrix:
node: [12.22.0, 12, 14.17.0, 14, '16.0', 16]
node: [12.22.0, 12, 14.17.0, 14, '16.0', 16, '18.0', 18]
eslint: [7.5, 7, 8]

steps:
Expand Down

0 comments on commit 6148c6b

Please sign in to comment.