From 6e848411082a4eb18f8e1517e8bc2489d649838f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ferm=C3=ADn=20Gal=C3=A1n=20M=C3=A1rquez?= Date: Tue, 28 Nov 2023 17:15:51 +0100 Subject: [PATCH] Test node v16 and nodev18 in CI --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 50ab85c..674e1ad 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -67,8 +67,8 @@ jobs: - 14.x # FIXME: it seems problems with mongodb driver version preclude using Node 16+ # see details at https://github.com/telefonicaid/fiware-sth-comet/pull/580#issuecomment-1160353123 - #- 16.x - #- 18.x + - 16.x + - 18.x steps: - name: Git checkout uses: actions/checkout@v2