From 2d542d3b544873d09c4ca04f0c913bdb18e92783 Mon Sep 17 00:00:00 2001 From: Kelly Selden Date: Mon, 8 Nov 2021 12:13:13 -0800 Subject: [PATCH] test in node 16 LTS This should remove the warning for untested node 16. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1c2145ae80..e6ee336d03 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -54,7 +54,7 @@ jobs: strategy: fail-fast: false matrix: - node-version: [12.x, 14.x] + node-version: [12.x, 14.x, 16.x] os: [ubuntu, windows] steps: