Browse Source

chore: update workflow to install pnpm

remotes/origin/feat/support-install-latest
Fred 2 years ago
parent
commit
9a053a7eb4
  1. 3
      .github/workflows/rust.yml

3
.github/workflows/rust.yml

@ -338,6 +338,9 @@ jobs: @@ -338,6 +338,9 @@ jobs:
- name: Print fnm version
run: fnm --version
- run: fnm install
- uses: pnpm/action-setup@v2.2.4
with:
run_install: false
- name: Install Node deps
run: fnm exec -- pnpm
- name: Generate command markdown

Loading…
Cancel
Save