ci: fix job error for pnpm version

This commit is contained in:
rzmk 2023-12-04 22:06:23 -05:00
parent 3c04acba10
commit bf28e03362
No known key found for this signature in database

View file

@ -22,10 +22,10 @@ jobs:
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Install, build, and upload your site - name: Install, build, and upload your site
uses: withastro/action@v1 uses: withastro/action@v1
# with: with:
# path: . # The root location of your Astro project inside the repository. (optional) path: . # The root location of your Astro project inside the repository. (optional)
# node-version: 18 # The specific version of Node that should be used to build your site. Defaults to 18. (optional) node-version: 18 # The specific version of Node that should be used to build your site. Defaults to 18. (optional)
# package-manager: pnpm@latest # The Node package manager that should be used to install dependencies and build your site. Automatically detected based on your lockfile. (optional) package-manager: pnpm@latest # The Node package manager that should be used to install dependencies and build your site. Automatically detected based on your lockfile. (optional)
deploy: deploy:
needs: build needs: build