Skip to content

Commit

Permalink
fixup: use pnpm version
Browse files Browse the repository at this point in the history
  • Loading branch information
IamShobe committed Jan 4, 2025
1 parent 839b970 commit 850f44d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
uses: actions/checkout@v4

- uses: pnpm/action-setup@v4
with:
version: 9

- name: Install, and build the main Cruncher app
run: |
pnpm install
Expand All @@ -32,7 +35,7 @@ jobs:
with:
path: ./docs/ # The root location of your Astro project inside the repository. (optional)
node-version: 20
package-manager: pnpm@latest
package-manager: pnpm@9

deploy:
needs: build
Expand Down

0 comments on commit 850f44d

Please sign in to comment.