Skip to content

Commit 64f2660

Browse files
authored
ci: Install pnpm in release workflow (#73)
1 parent a5192bb commit 64f2660

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
environment: release
1616
steps:
1717
- uses: actions/checkout@v6
18-
- uses: volta-cli/action@v4
18+
- uses: pnpm/action-setup@v4
1919
- run: pnpm install
2020
- run: pnpm build
2121
- run: pnpm test

0 commit comments

Comments
 (0)