Skip to content

Commit 01d5dfc

Browse files
committed
add node 18 to ci
1 parent 42eca1d commit 01d5dfc

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
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
matrix:
1212
# node-version: [10.x, 12.x, 14.x, 15.x]
13-
node-version: [10.x, 12.x, 14.x, 16.x]
13+
node-version: [10.x, 12.x, 14.x, 16.x, 18.x]
1414
fail-fast: false
1515

1616
steps:

0 commit comments

Comments
 (0)