From 60b3d9bafae0d24700d8aa02a833ef71544596ce Mon Sep 17 00:00:00 2001 From: Christine Tham Date: Mon, 4 Mar 2024 17:32:16 +1100 Subject: [PATCH] Reverted to Node 18 --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 19e81cf..113e8c0 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -23,12 +23,12 @@ jobs: - name: Setup Node uses: actions/setup-node@v3 with: - node-version: 20 + node-version: 18 - name: Install, build, and upload your site uses: withastro/action@v2 with: package-manager: pnpm - node-version: 20 + node-version: 18 # path: . # The root location of your Astro project inside the repository. (optional) deploy: