diff --git a/.github/workflows/build-and-lint.yml b/.github/workflows/build-and-lint.yml index e56d11c..804e418 100644 --- a/.github/workflows/build-and-lint.yml +++ b/.github/workflows/build-and-lint.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node: [ '14', '16', '18' ] + node: [ '18' ] name: Node ${{ matrix.node }} steps: - uses: actions/checkout@v3