Skip to content

Commit

Permalink
build: add pnpm action
Browse files Browse the repository at this point in the history
  • Loading branch information
iosh committed Jul 30, 2024
1 parent f840ab6 commit 2797659
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .github/actions/install-dependencies/action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: "Install dependencies"
description: "Prepare repository and all dependencies"

runs:
using: "composite"
steps:
- name: Set up pnpm
uses: pnpm/action-setup@v4
run: pnpm install
2 changes: 1 addition & 1 deletion .github/workflows/changesets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
node-version: 20

- name: Install Dependencies
run: pnpm install
uses: ./.github/actions/install-dependencies

- name: Create Release Pull Request
uses: changesets/action@v1
Expand Down

0 comments on commit 2797659

Please sign in to comment.