Skip to content

Commit

Permalink
chore: add package manager for release action
Browse files Browse the repository at this point in the history
  • Loading branch information
escwxyz committed Oct 28, 2024
1 parent adfa6bd commit 3895d3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: latest
run_install: false

- name: Use Node.js ${{ matrix.node-version }}
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,6 @@
},
"peerDependencies": {
"typescript": ">=4.0.0"
}
},
"packageManager": "[email protected]"
}

0 comments on commit 3895d3f

Please sign in to comment.