From 8c9cfbb0e669fec23616d46b5abf064494bc3560 Mon Sep 17 00:00:00 2001
From: Tomoaki Abe <abe@enzou.tokyo>
Date: Thu, 23 Apr 2020 09:05:58 +0900
Subject: [PATCH] Add Node.js 14 to the CI settings of GitHub Actions (#1253)

---
 .github/workflows/tests.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index 5ffc85801..270aa81ca 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -9,7 +9,7 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        node-version: [8.x, 10.x, 12.x]
+        node-version: [8.x, 10.x, 12.x, 14.x]
         os: [ubuntu-latest, windows-latest, macos-latest]
 
     steps: