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