diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 99316a8..0d333b0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node: [14, 16, 18, 20] + node: [16, 18, 20] name: Node ${{ matrix.node }} steps: - uses: actions/checkout@v2