1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-08-23 13:46:45 +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: strategy:
matrix: matrix:
node-version: [14.x] node-version: [14.x, 16.x]
services: services:
# Label used to access the service container # Label used to access the service container
postgres: postgres: