Skip to content

Commit 327f457

Browse files
authored
Merge pull request #2058 from ccnmtl/nikolas-patch-1
github actions: Update node and postgres
2 parents f753a4b + c42893a commit 327f457

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ jobs:
66
strategy:
77
matrix:
88
python-version: ["3.12"]
9-
node-version: [20.x]
9+
node-version: [24.x]
1010
services:
1111
postgres:
12-
image: postgres:15
12+
image: postgres:16
1313
env:
1414
POSTGRES_USER: postgres
1515
POSTGRES_PASSWORD: postgres

0 commit comments

Comments
 (0)