Skip to content

Commit

Permalink
add pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Radores committed Mar 9, 2024
1 parent f9667c7 commit e4459b7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,11 @@ jobs:
steps:
- name: Checkout your repository using git
uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
with:
version: 7
- name: Install, build, and upload your site
uses: withastro/action@v2
- name: Install pnpm
uses: pnpm/action-setup@v2
# with:
# path: . # 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 20. (optional)
Expand Down

0 comments on commit e4459b7

Please sign in to comment.