Skip to content

Commit

Permalink
fix: force pnpm 9.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
huang-julien committed Sep 15, 2024
1 parent b430b0f commit 466a501
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/studio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
name: Install pnpm
id: pnpm-install
with:
version: 9
version: 9.10.0

- uses: actions/setup-node@v4
with:
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,6 @@
},
"peerDependencies": {
"nitropack": ">=2"
}
},
"packageManager": "pnpm@9.10.0"
}

0 comments on commit 466a501

Please sign in to comment.