mirror of
https://github.com/bs-community/blessing-skin-plugins.git
synced 2025-01-09 04:07:51 +08:00
setup pnpm in CI
This commit is contained in:
parent
5e30443252
commit
3748163394
4
.github/workflows/Publish.yml
vendored
4
.github/workflows/Publish.yml
vendored
@ -20,6 +20,10 @@ jobs:
|
||||
repository: bs-community/plugins-dist
|
||||
path: '.dist'
|
||||
token: ${{ secrets.GH_TOKEN }}
|
||||
- name: Setup pnpm
|
||||
uses: pnpm/action-setup@v2.2.2
|
||||
with:
|
||||
version: 7.26.0
|
||||
- name: Download nano
|
||||
run: ./download-nano.ps1
|
||||
shell: pwsh
|
||||
|
Loading…
Reference in New Issue
Block a user