From 203243c53036a34744cf420bfa9278a3134d90f7 Mon Sep 17 00:00:00 2001 From: Damien Arrachequesne Date: Mon, 19 Jun 2023 07:47:56 +0200 Subject: [PATCH] check node18 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8b8e35b2f2..6fe8dca0de 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: strategy: matrix: node-version: - - 20 + - 18 steps: - name: Checkout repository