Skip to content

Commit

Permalink
fix: add node v16 as build target
Browse files Browse the repository at this point in the history
fixes: #871
  • Loading branch information
ivarconr committed Aug 11, 2021
1 parent f5a872b commit c5b8b2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Expand Up @@ -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:
Expand Down

0 comments on commit c5b8b2f

Please sign in to comment.