Skip to content

Commit 6148c6b

Browse files
authored
feat: add support for node v18 (#578)
1 parent 16354cf commit 6148c6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pipeline.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151

5252
strategy:
5353
matrix:
54-
node: [12.22.0, 12, 14.17.0, 14, '16.0', 16]
54+
node: [12.22.0, 12, 14.17.0, 14, '16.0', 16, '18.0', 18]
5555
eslint: [7.5, 7, 8]
5656

5757
steps:

0 commit comments

Comments
 (0)