From 8c7301289158ec61fe0a5a18cb281c15565f064c Mon Sep 17 00:00:00 2001 From: Matteo Collina Date: Thu, 24 Sep 2020 11:39:04 +0200 Subject: [PATCH] Adds Node v14 to github actions (#445) --- .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 2e33803a1e..f49edcaecf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, windows-latest, macOS-latest] - node-version: [6.x, 8.x, 10.x, 12.x] + node-version: [6.x, 8.x, 10.x, 12.x, 14.x] steps: - uses: actions/checkout@v1 - name: Use Node.js ${{ matrix.node-version }} on ${{ matrix.os }}