diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7b65d7e..0869d19 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,6 +40,9 @@ jobs: matrix: node-version: [14, 16, 18] os: [macos-latest, ubuntu-latest, windows-latest] + exclude: + - node-version: 14 + os: windows-latest steps: - name: Check out repo uses: actions/checkout@v3