diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index da61083..dbffe67 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -23,8 +23,10 @@ jobs: - name: Install, build, and upload your site uses: withastro/action@v2 with: - package-manager: pnpm@9.0.6 - node-version: 18 # The specific version of Node that should be used to build your site. Defaults to 20. (optional) + version: 9.0.6 + # with: + # package-manager: pnpm@9.0.6 + # node-version: 18 # The specific version of Node that should be used to build your site. Defaults to 20. (optional) # with: # path: . # The root location of your Astro project inside the repository. (optional)