Skip to content

Commit

Permalink
ci: install pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewpi committed Feb 23, 2023
1 parent 8320c64 commit f5ce1a2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:
- name: Code checkout
uses: actions/checkout@v3

- name: Install pnpm
uses: pnpm/action-setup@v2

- name: Setup Node
uses: actions/setup-node@v3
with:
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/ui.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
- name: Code checkout
uses: actions/checkout@v3

- name: Install pnpm
uses: pnpm/action-setup@v2

- name: Setup Node
uses: actions/setup-node@v3
with:
Expand All @@ -41,6 +44,9 @@ jobs:
- name: Code checkout
uses: actions/checkout@v3

- name: Install pnpm
uses: pnpm/action-setup@v2

- name: Setup Node
uses: actions/setup-node@v3
with:
Expand Down

1 comment on commit f5ce1a2

@antoari

This comment was marked as spam.

Please sign in to comment.