diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 79f9267..ba1b9e4 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node: [ 14, 16, 18, 19, 20 ] + node: [ 18, 19, 20 ] name: Node.js ${{ matrix.node }} steps: - uses: actions/checkout@v3