Browse Source

ci: add Node 16 to matrix

pull/349/head
Ned Zimmerman 3 years ago
parent
commit
d71e1e4011
  1. 2
      .github/workflows/build-and-lint.yml

2
.github/workflows/build-and-lint.yml

@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix:
node: [ '14' ] node: [ '14', '16' ]
name: Node ${{ matrix.node }} name: Node ${{ matrix.node }}
steps: steps:

Loading…
Cancel
Save