mirror of
https://github.com/moebooru/moebooru
synced 2025-08-29 13:07:41 +00:00
Update test runner dependencies' version
This commit is contained in:
parent
54ac338cb9
commit
c49755b824
6
.github/workflows/tests.yml
vendored
6
.github/workflows/tests.yml
vendored
@ -10,7 +10,7 @@ jobs:
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
postgres:
|
postgres:
|
||||||
image: postgres:15
|
image: postgres:16
|
||||||
env:
|
env:
|
||||||
POSTGRES_PASSWORD: postgres
|
POSTGRES_PASSWORD: postgres
|
||||||
ports: ['5432:5432']
|
ports: ['5432:5432']
|
||||||
@ -25,9 +25,9 @@ jobs:
|
|||||||
ports: ['11211:11211']
|
ports: ['11211:11211']
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- uses: actions/setup-node@v3
|
- uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
cache: npm
|
cache: npm
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user