From d4b8859567d2a6adad9e106836b136ba3f579b94 Mon Sep 17 00:00:00 2001 From: Alain Bourgeois Date: Wed, 27 Dec 2023 17:31:16 +0100 Subject: [PATCH] try run node 18 only --- .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 78494b97e..a7d7bb5b1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: strategy: matrix: - node-version: [16.x, 18.x] + node-version: [18.x] os: [ubuntu-latest] steps: