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: