Skip to content

Commit

Permalink
Update test runner dependencies' version
Browse files Browse the repository at this point in the history
  • Loading branch information
nanaya committed Nov 3, 2024
1 parent 54ac338 commit c49755b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

services:
postgres:
image: postgres:15
image: postgres:16
env:
POSTGRES_PASSWORD: postgres
ports: ['5432:5432']
Expand All @@ -25,9 +25,9 @@ jobs:
ports: ['11211:11211']

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
cache: npm

Expand Down

0 comments on commit c49755b

Please sign in to comment.