Skip to content

Commit

Permalink
ci: add pnpm setup step in GitHub Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
teles committed Dec 14, 2024
1 parent cd8357d commit d83d8ca
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ jobs:
node-version: '22'
registry-url: 'https://registry.npmjs.org'

- name: Set up pnpm
uses: pnpm/action-setup@v2
with:
version: 9

- name: Install dependencies
run: pnpm install

Expand Down

0 comments on commit d83d8ca

Please sign in to comment.