Skip to content

Commit

Permalink
安装 pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
huangbinjie committed Jan 10, 2025
1 parent 857225b commit fb6233c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
node-version: '14'
registry-url: 'https://registry.npmjs.org'

- name: Install pnpm
run: npm install -g pnpm

- name: Install dependencies
run: pnpm i

Expand Down

0 comments on commit fb6233c

Please sign in to comment.