From 5c62a72875204dd7a0f172cd880d5c7ea5c02bbb Mon Sep 17 00:00:00 2001 From: Sebastian Serth Date: Tue, 31 Oct 2023 11:32:11 +0100 Subject: [PATCH] Upgrade versions in GitHub Action workflow --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2c9909fe..3df6df41 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest services: db: - image: postgres:15 + image: postgres:16 env: POSTGRES_PASSWORD: postgres ports: @@ -31,7 +31,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 20 - name: Enable Corepack run: corepack enable - name: Get yarn cache directory path