From d71e1e40113740e4dfc5f2b174a818ddfd787503 Mon Sep 17 00:00:00 2001 From: Ned Zimmerman Date: Fri, 26 Aug 2022 10:08:10 -0300 Subject: [PATCH] ci: add Node 16 to 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 a828561..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' ] + node: [ '14', '16' ] name: Node ${{ matrix.node }} steps: