From 4913fecb6cc2b4780a76f5fb22f27996029dacbf Mon Sep 17 00:00:00 2001 From: "Alexander J. Lallier" Date: Mon, 25 May 2020 15:55:33 -0400 Subject: [PATCH] Add Node 14.x to GitHub Action CI Testing --- .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 a58980a..b8d0aaf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,7 +5,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - node-version: [10.x, 12.x, 13.x] + node-version: [10.x, 12.x, 13.x, 14.x] os: [ubuntu-latest, macos-latest, windows-latest] steps: - uses: actions/checkout@v1