From 55d8e713577dc715549527c90d7b71428afe4d2e Mon Sep 17 00:00:00 2001 From: isaacs Date: Tue, 20 Apr 2021 11:07:47 -0700 Subject: [PATCH] test on node v16 --- .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 e8a34a345..5a573d37f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: strategy: matrix: - node-version: [10.0.x, 10.x, 12.0.x, 12.x, 14.0.x, 14.x, 15.x] + node-version: [10.0.x, 10.x, 12.0.x, 12.x, 14.0.x, 14.x, 15.x, 16.0.x, 16.x] os: [ubuntu-latest] steps: