From bc0b7373ff3177bd73b28c57c3fca80f13445582 Mon Sep 17 00:00:00 2001 From: David Anson Date: Fri, 6 Nov 2020 19:19:29 -0800 Subject: [PATCH] Add Node 15 to CI test matrix. --- .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 190cb4a1..7f6f7f84 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] + node-version: [10.x, 12.x, 14.x, 15.x] steps: - uses: actions/checkout@v2