diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8e30d88e..b26f4cb4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [14, 16, 17] + node-version: [16, 17] steps: - uses: actions/checkout@v2