From 4941d10e137fa691190cef9fa40917a55c7e6073 Mon Sep 17 00:00:00 2001 From: David Humphrey Date: Wed, 24 Feb 2021 12:07:57 -0500 Subject: [PATCH] Remove 16.x from GitHub Actions node build matrix --- .github/workflows/node-js-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/node-js-ci.yml b/.github/workflows/node-js-ci.yml index d6db828..263fa5e 100644 --- a/.github/workflows/node-js-ci.yml +++ b/.github/workflows/node-js-ci.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] - node-version: [12.x, 14.x, 15.x, 16.x] + node-version: [12.x, 14.x, 15.x] steps: - uses: actions/checkout@v2