diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 8821b48..8936b01 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -26,8 +26,8 @@ jobs: uses: withastro/action@v2 with: path: pages # The root location of your Astro project inside the repository. (optional) - node-version: 22.1.0 # The specific version of Node that should be used to build your site. Defaults to 18. (optional) - package-manager: yarn@ # The Node package manager that should be used to install dependencies and build your site. Automatically detected based on your lockfile. (optional) + node-version: 21.1.0 # The specific version of Node that should be used to build your site. Defaults to 18. (optional) + package-manager: yarn # 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