From fd3cca86468078231429d3ea2a391e2b43e00c4a Mon Sep 17 00:00:00 2001 From: choeqq Date: Sun, 31 Dec 2023 18:30:12 +0100 Subject: [PATCH] try out node version 20 --- .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 67e3a09..7a586fc 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 20 - run: npm install pnpm -g - run: pnpm install --no-frozen-lockfile - run: pnpm build