From c70bcc0634272854900cc4ba5163e7fbcf56a1f7 Mon Sep 17 00:00:00 2001 From: SteelWagstaff Date: Mon, 12 Sep 2022 16:08:48 -0700 Subject: [PATCH] update CI matrix --- .github/workflows/build-and-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-lint.yml b/.github/workflows/build-and-lint.yml index 775302f..b6c5943 100644 --- a/.github/workflows/build-and-lint.yml +++ b/.github/workflows/build-and-lint.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node: [ '14', '16', '18' ] + node: [ '14', '16' ] name: Node ${{ matrix.node }} steps: