Skip to content

Commit

Permalink
setup pnpm in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
danprince committed May 29, 2024
1 parent 2fa52d9 commit 21483bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
- uses: pnpm/action-setup@v4
- run: pnpm install
- run: pnpm build
- uses: ncipollo/release-action@v1
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
uses: actions/checkout@v2
- name: Setup Node
uses: actions/setup-node@v3
- name: Setup pnpm
uses: pnpm/action-setup@v4
- name: Dependencies
run: pnpm install
- name: Typecheck
Expand Down

0 comments on commit 21483bb

Please sign in to comment.