Skip to content

Commit 9158f98

Browse files
committed
chore(npm): update dependencies
1 parent 7493bc8 commit 9158f98

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
MYSQL_ROOT_PASSWORD: 12345
2020
MYSQL_ALLOW_EMPTY_PASSWORD: 'yes'
2121
ports:
22-
- '3307:3306'
22+
- '3308:3306'
2323
postgres:
2424
image: postgres
2525
env:
@@ -28,7 +28,7 @@ jobs:
2828
POSTGRES_PASSWORD: 12345
2929
POSTGRES_ROOT_PASSWORD: 12345
3030
ports:
31-
- '5433:5432'
31+
- '5434:5432'
3232
strategy:
3333
matrix:
3434
node-version:

0 commit comments

Comments
 (0)