From e58aa3bfe19c8cb3bba4f90d2f299e1ac5980205 Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Mon, 26 Apr 2021 19:38:02 +0100 Subject: [PATCH] ci: add nodejs v16 to test matrix --- .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 be466fd..540efbf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [10.x, 12.x, 14.x] + node-version: [10, 12, 14, 16] services: postgres: