Skip to content

Commit

Permalink
Specify pnpm version
Browse files Browse the repository at this point in the history
  • Loading branch information
some-user123 authored Mar 5, 2024
1 parent 35071c4 commit f22b6eb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- uses: pnpm/action-setup@v3
with:
version: 8
- run: pnpm install --frozen-lockfile
- run: pnpm prepare
- run: pnpm typecheck

0 comments on commit f22b6eb

Please sign in to comment.