From 8258a9aa54337be13c921d83f33a3fcf3cf0aada Mon Sep 17 00:00:00 2001 From: Damien Arrachequesne Date: Wed, 15 Jun 2022 21:15:18 +0200 Subject: [PATCH] ci: add Node.js 18 --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 05e301f..25ba4a9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,9 @@ jobs: strategy: matrix: - node-version: [10.x, 12.x, 14.x] + node-version: + - 10 + - 18 services: redis: