From 4df5ec82ce3db7fa5b775f6deabe588518a36ca0 Mon Sep 17 00:00:00 2001 From: MeiMei <30769358+mei23@users.noreply.github.com> Date: Sat, 23 May 2020 23:19:16 +0900 Subject: Drop support for Node v11, v13 (#6402) --- .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 52a81c79c9..85cf86554d 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, 13.x, 14.x] + node-version: [12.x, 14.x] services: postgres: -- cgit v1.2.3-freya