Skip to content

Commit

Permalink
Merge pull request #4 from ValDesign22/master
Browse files Browse the repository at this point in the history
➕ Added pnpm installation to action
  • Loading branch information
ValDesign22 authored Aug 15, 2024
2 parents 379a6ec + 554a060 commit 1a5a30c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish-to-auto-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: install pnpm
uses: pnpm/action-setup@v4
with:
version: 9

- name: setup node
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 1a5a30c

Please sign in to comment.