ci: add Node.js 18
This commit is contained in:
parent
577f4e9d1a
commit
8258a9aa54
|
|
@ -12,7 +12,9 @@ jobs:
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
node-version: [10.x, 12.x, 14.x]
|
node-version:
|
||||||
|
- 10
|
||||||
|
- 18
|
||||||
|
|
||||||
services:
|
services:
|
||||||
redis:
|
redis:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue