From 6981da4f29c0ae3dd783d58f1be5ab222d6a5642 Mon Sep 17 00:00:00 2001 From: "Benjamin E. Coe" Date: Mon, 10 Jan 2022 15:01:59 -0500 Subject: [PATCH] test(nodejs): remove 15 add 16 (#1322) --- synthtool/gcp/templates/node_library/.github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/synthtool/gcp/templates/node_library/.github/workflows/ci.yaml b/synthtool/gcp/templates/node_library/.github/workflows/ci.yaml index 4a4502f34..5d448d70f 100644 --- a/synthtool/gcp/templates/node_library/.github/workflows/ci.yaml +++ b/synthtool/gcp/templates/node_library/.github/workflows/ci.yaml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node: [10, 12, 14, 15] + node: [10, 12, 14, 16] steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v1