diff --git a/.gitea/workflows/flow.yaml b/.gitea/workflows/flow.yaml index 1f12741..c50f9bb 100644 --- a/.gitea/workflows/flow.yaml +++ b/.gitea/workflows/flow.yaml @@ -7,6 +7,7 @@ jobs: runner-job: # You must use a Linux environment when using service containers or container jobs runs-on: ubuntu-latest + container: node:24 # Service containers to run with `runner-job` services: @@ -48,7 +49,7 @@ jobs: # a new PostgreSQL table. env: # The hostname used to communicate with the PostgreSQL service container - POSTGRES_HOST: localhost + POSTGRES_HOST: postgres # The default PostgreSQL port POSTGRES_PORT: 5432