diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 4de2b27..0a658f4 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -33,8 +33,6 @@ jobs: uses: withastro/action@v2 with: path: ./docs # The root location of your Astro project inside the repository. (optional) - node-version: 20 # The specific version of Node that should be used to build your site. Defaults to 18. (optional) - package-manager: pnpm@9.4.0 # The Node package manager that should be used to install dependencies and build your site. Automatically detected based on your lockfile. (optional) deploy: needs: build diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index aebd63b..0947b01 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -26,8 +26,6 @@ jobs: fetch-depth: 0 - uses: pnpm/action-setup@v4.0.0 - with: - version: 8.3.1 - name: Setup Node.js environment uses: actions/setup-node@v4