From 245c6eefcd88ee9f6424017cb46c86bb78601ab5 Mon Sep 17 00:00:00 2001 From: Diner Date: Sat, 28 Sep 2024 11:47:56 +0100 Subject: [PATCH] Update playwright.yml --- .github/workflows/playwright.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 77702d67..4ecebf4a 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -24,10 +24,8 @@ jobs: # Maps tcp port 5432 on service container to the host - 5432:5432 steps: - - uses: actions/checkout@v3 - - uses: actions/setup-node@v3 - with: - node-version: 18 + - uses: actions/checkout@v4 + - uses: actions/setup-node@v4 - name: Install dependencies run: npm ci - name: Seed database