Skip to content

Commit ab13c49

Browse files
authored
chore: update dependencies, add node 18 in test matrix and update postgres to 14 (#11)
1 parent 4190f4b commit ab13c49

File tree

4 files changed

+633
-841
lines changed

4 files changed

+633
-841
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
node-version: [12.x, 14.x, 16.x]
15+
node-version: [12.x, 14.x, 16.x, 18.x]
1616

1717
services:
1818
postgres:

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: "3"
22

33
services:
44
postgres:
5-
image: postgres:12
5+
image: postgres:14
66
ports:
77
- "5432:5432"
88
environment:

0 commit comments

Comments
 (0)