Skip to content

Commit

Permalink
use explicit pnpm versions
Browse files Browse the repository at this point in the history
  • Loading branch information
danprince committed May 29, 2024
1 parent 21483bb commit ffc2ddd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
- uses: pnpm/action-setup@v4
with:
version: 8
- 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 @@ -13,6 +13,8 @@ jobs:
uses: actions/setup-node@v3
- name: Setup pnpm
uses: pnpm/action-setup@v4
with:
version: 8
- name: Dependencies
run: pnpm install
- name: Typecheck
Expand Down

0 comments on commit ffc2ddd

Please sign in to comment.