From 909b81c4ba6fcb4e192491f14c6e32df2b4eab7f Mon Sep 17 00:00:00 2001 From: Dispatch <45262335+DispatchCommit@users.noreply.github.com> Date: Mon, 8 Mar 2021 13:03:55 -0800 Subject: [PATCH] Adds node 14 CICD testing Begin preparation for upgrading to Node.js 14 which is still in Active LTS --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index f2ed79a2a..c0b72cf66 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -20,7 +20,7 @@ jobs: name: 'build' strategy: matrix: - node-version: [12.x] + node-version: [12.x, 14.x] os: - ubuntu-latest - macos-latest