Skip to content

Commit

Permalink
Use npm for wf
Browse files Browse the repository at this point in the history
  • Loading branch information
vascYT committed Aug 14, 2023
1 parent d9be19a commit a519a3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/astro-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: withastro/action@v0
with:
node-version: 18
package-manager: pnpm
package-manager: npm # Until astro releases support for pnpm 8

deploy:
needs: build
Expand Down

0 comments on commit a519a3a

Please sign in to comment.