From 353496bd58bc7efc42bbc046ebbcf1ad962f60e0 Mon Sep 17 00:00:00 2001 From: Matteo Vivona Date: Wed, 22 Apr 2020 12:15:16 +0200 Subject: [PATCH] ci(node): remove node 13 support and 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 c926df0c58..17cd4e0ee9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,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