diff --git a/.github/workflows/test-and-build.yml b/.github/workflows/test-and-build.yml index da22b3f31..41b5dd9af 100644 --- a/.github/workflows/test-and-build.yml +++ b/.github/workflows/test-and-build.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node: [ '14', '16', '18' ] + node: [ '16', '18' ] include: - node: '18' coverage: true