From c5b8b2f9205e7f098c911e05d78899f9d5f71ecd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivar=20Conradi=20=C3=98sthus?= Date: Wed, 11 Aug 2021 12:58:05 +0200 Subject: [PATCH] fix: add node v16 as build target fixes: #871 --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 3f9e9827940..cf137629836 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -13,7 +13,7 @@ jobs: strategy: matrix: - node-version: [14.x] + node-version: [14.x, 16.x] services: # Label used to access the service container postgres: