From cd94d79cbbaf63c9fbf910b5303f16b45eeeccdc Mon Sep 17 00:00:00 2001 From: MeiMei <30769358+mei23@users.noreply.github.com> Date: Fri, 24 Apr 2020 23:48:50 +0900 Subject: Supports Node v14 (#6294) * Add Node v13, v14 CI * pg v8.0.3 --- .github/workflows/nodejs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows/nodejs.yml') diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 91668786e2..5b8590da62 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: - node-version: [11.10.x, 12.x] + node-version: [11.10.x, 12.x, 13.x, 14.x] services: postgres: -- cgit v1.2.3-freya