From a87876efb9b746809f7f6ed4415b69fa55625319 Mon Sep 17 00:00:00 2001 From: Dave Laird Date: Fri, 13 Nov 2020 09:46:28 -0800 Subject: [PATCH] start testing against node 14 --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c51679852..9f5129159 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: strategy: fail-fast: false matrix: - node-version: ['10', '12'] + node-version: ['10', '12', '14'] steps: - name: Checkout Code @@ -58,7 +58,7 @@ jobs: strategy: matrix: - node-version: [12.x, 10.x] + node-version: [14.x, 12.x, 10.x] os: [ubuntu-latest, windows-latest] steps: @@ -80,7 +80,7 @@ jobs: strategy: matrix: - node-version: [12.x, 10.x] + node-version: [14.x, 12.x, 10.x]] os: [ubuntu-latest, windows-latest] steps: