diff --git a/.github/workflows/postgres-service.yml b/.github/workflows/postgres-service.yml index 7160a41..4f250b7 100644 --- a/.github/workflows/postgres-service.yml +++ b/.github/workflows/postgres-service.yml @@ -3,9 +3,7 @@ on: [push] jobs: build: runs-on: ubuntu-latest - container: - image: node:10.16-jessie - + services: postgres: image: postgres:10.8