1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-05-12 01:17:04 +02:00

fix: add node v16 as build target

fixes: #871
This commit is contained in:
Ivar Conradi Østhus 2021-08-11 12:58:05 +02:00
parent f5a872bf73
commit c5b8b2f920
No known key found for this signature in database
GPG Key ID: 31AC596886B0BD09

View File

@ -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: