Skip to content

Commit

Permalink
revert to 9?
Browse files Browse the repository at this point in the history
  • Loading branch information
Jish2 committed Oct 29, 2024
1 parent c5ccb22 commit 8b0e35e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 9.6.0
version: 9
- name: Install, build, and upload your site
uses: withastro/action@v3
# with:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
"tailwindcss": "^3.4.14",
"typescript": "^4.9.4"
},
"packageManager": "^pnpm@9.6.0"
"packageManager": "pnpm@9.0.0"
}

0 comments on commit 8b0e35e

Please sign in to comment.