From 4b8acb10b0aff01469b245408d3db7c546cdc276 Mon Sep 17 00:00:00 2001 From: pathmapper Date: Thu, 28 May 2020 08:39:57 +0200 Subject: [PATCH] Add Node 14 --- .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 f038d23..bfcc52f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,7 +48,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, windows-latest, macos-latest] - node-version: [10.x, 12.x] + node-version: [10.x, 12.x, 14.x] steps: - uses: actions/checkout@v2