Skip to content

Commit

Permalink
chore: use packageManager to control pnpm version
Browse files Browse the repository at this point in the history
  • Loading branch information
StarHeartHunt committed May 13, 2024
1 parent 191b5b5 commit eb6c621
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/actions/setup-node/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ runs:
steps:
- name: Install pnpm
uses: pnpm/action-setup@v3
with:
version: 8

- name: Install Node.js
uses: actions/setup-node@v4
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "nonebot-registry",
"private": true,
"license": "MIT",
"packageManager": "[email protected]",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
Expand Down

0 comments on commit eb6c621

Please sign in to comment.