From 8b98cabc5978359db88dc9ff2d4c015cba40f150 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=82=A8=E3=83=AA=E3=82=B9?= Date: Sat, 28 Nov 2020 17:10:37 +0900 Subject: [PATCH] ci: add node-14.x to workflow (#117) --- .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 6b5dcc9..ad4b558 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - node-version: [10.x, 12.x] + node-version: [10.x, 12.x, 14.x] os: [ubuntu-latest, macos-latest] steps: