From 4ddd2e1c95ebe14264da7b73174fc98b14be8225 Mon Sep 17 00:00:00 2001 From: yfantse Date: Fri, 23 Feb 2024 10:06:12 +0200 Subject: [PATCH] fix URL.canParse is not a function by using node v18 --- .github/workflows/publish_site.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish_site.yml b/.github/workflows/publish_site.yml index eb0620bf19d..903d26bb221 100644 --- a/.github/workflows/publish_site.yml +++ b/.github/workflows/publish_site.yml @@ -20,7 +20,7 @@ jobs: - name: Setup Node.js for use with actions uses: actions/setup-node@v2 with: - node-version: 16 + node-version: 18 - name: Install Corepack run: npm install --prefix .node corepack