From 34b9518cfe5148eced1df47654b2a25b7d475d71 Mon Sep 17 00:00:00 2001 From: David Anson Date: Tue, 20 Apr 2021 14:07:18 -0700 Subject: [PATCH] Replace Node 15 with 16 in CI tests. ( --- .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 7a91ca27..d70a9861 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: fail-fast: false matrix: os: [macos-latest, ubuntu-latest, windows-latest] - node-version: [10.x, 12.x, 14.x, 15.x] + node-version: [10.x, 12.x, 14.x, 16.x] steps: - uses: actions/checkout@v2