From 259ae24a981398a1833f33258a77db2c95e6e32c Mon Sep 17 00:00:00 2001 From: Dan <35927536+dan-mba@users.noreply.github.com> Date: Mon, 4 Nov 2024 08:47:13 -0500 Subject: [PATCH] use node 20 to avoid emoji-js issue --- .github/workflows/pages.yml | 3 ++- .github/workflows/playwright.yml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 48476dacf..5d34dd924 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -42,7 +42,8 @@ jobs: - name: Setup Node uses: actions/setup-node@v4 with: - node-version: "lts/*" + #node-version: "lts/*" + node-version: 20 cache: "npm" - name: Setup Pages id: pages diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 24081ef39..50d1206d2 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -13,7 +13,8 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: "lts/*" + #node-version: "lts/*" + node-version: 20 cache: "npm" - name: Restore cache