Skip to content

Commit 8258a9a

Browse files
ci: add Node.js 18
1 parent 577f4e9 commit 8258a9a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
node-version: [10.x, 12.x, 14.x]
15+
node-version:
16+
- 10
17+
- 18
1618

1719
services:
1820
redis:

0 commit comments

Comments
 (0)