From 71c7f4965342c13cac55847f87149cc34c1ad566 Mon Sep 17 00:00:00 2001 From: Mary Marchini Date: Tue, 28 Sep 2021 20:51:02 -0700 Subject: [PATCH] chore: Actions CI for 16 --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 61ed0beb6..4030abb7e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,6 +31,7 @@ jobs: - 10.x - 12.x - 14.x + - 16.x runs-on: ${{matrix.os}} steps: - uses: actions/checkout@v2