From 12d33aaebf14d1f8c4ff65d97458977ba6c0783c Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Thu, 30 Oct 2025 17:11:42 +0000 Subject: [PATCH] Update Node.js version --- .github/workflows/playwright.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 243cac8f..c0c31f08 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -86,7 +86,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 20 cache: 'npm' - name: Install dependencies