mirror of
https://github.com/moebooru/moebooru
synced 2025-08-22 01:47:48 +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:
|
||||
postgres:
|
||||
image: postgres:15
|
||||
image: postgres:16
|
||||
env:
|
||||
POSTGRES_PASSWORD: postgres
|
||||
ports: ['5432:5432']
|
||||
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user