Skip to content

Commit

Permalink
chore: actions script
Browse files Browse the repository at this point in the history
  • Loading branch information
Ray-D-Song committed Oct 12, 2024
1 parent 8f8fb9f commit 857c616
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
node-version: '20'
registry-url: 'https://registry.npmjs.org'

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

- name: Install dependencies
run: pnpm install

Expand Down

0 comments on commit 857c616

Please sign in to comment.