Skip to content

Commit

Permalink
chore(deps): re-add the specific PNPM version for the deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
joakimbeng committed Jun 27, 2024
1 parent 4d12402 commit ef848a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
uses: withastro/action@v2
with:
path: ./docs # The root location of your Astro project inside the repository. (optional)
package-manager: [email protected] # 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
Expand Down

0 comments on commit ef848a0

Please sign in to comment.