From 4cf2cbb8ecdb312a541217f1a7b56249dd0e3b49 Mon Sep 17 00:00:00 2001 From: Matteo Vivona Date: Wed, 22 Apr 2020 13:08:49 +0200 Subject: [PATCH] ci(node): add node 14 support on yarn stage --- .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 17cd4e0ee9..d76c294783 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,7 +43,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - node-version: [12.x, 13.x] + node-version: [12.x, 14.x] os: [ubuntu-latest, windows-latest, macOS-latest] # exclude: # - os: windows-latest