From ca8dea653b15e2cb1fdf9bc4317af89ff5f7618b Mon Sep 17 00:00:00 2001 From: Adam Simon Date: Thu, 5 Sep 2024 17:14:36 +0200 Subject: [PATCH] Fix CI --- .github/workflows/common-js-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/common-js-ci.yml b/.github/workflows/common-js-ci.yml index 0049ae1..303d1f9 100644 --- a/.github/workflows/common-js-ci.yml +++ b/.github/workflows/common-js-ci.yml @@ -18,6 +18,9 @@ jobs: matrix: node: [ 14, 16, 18, 20 ] os: [ macos-latest, ubuntu-latest, windows-latest ] + exclude: + - node-version: 14.x + os: macos-latest fail-fast: false name: Test [${{ matrix.os }}, Node ${{ matrix.node }}] steps: