Skip to content

Commit

Permalink
fix: pnpm version
Browse files Browse the repository at this point in the history
  • Loading branch information
Princesseuh committed Sep 4, 2023
1 parent 2bafc1a commit 5c428cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
with:
node-version: latest
package-manager: pnpm
pnpm-version: 8.7.1

deploy:
needs: build
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
"prettier": "^3.0.3",
"prettier-plugin-astro": "^0.12.0"
},
"packageManager": "pnpm@8.6.7"
"packageManager": "pnpm@8.7.1"
}

0 comments on commit 5c428cf

Please sign in to comment.