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: