Skip to content

Commit efe5c2e

Browse files
committed
chore(ci): add tests support for node 18
1 parent c96674f commit efe5c2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
strategy:
2626
matrix:
2727
os: [ubuntu-latest, macos-latest, windows-latest]
28-
node: [14, 16]
28+
node: [14, 16, 18]
2929

3030
steps:
3131
- name: Checkout sources

0 commit comments

Comments
 (0)