Browse Source

update CI matrix

pull/355/head
SteelWagstaff 3 years ago
parent
commit
c70bcc0634
  1. 2
      .github/workflows/build-and-lint.yml

2
.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:

Loading…
Cancel
Save