Skip to content
This repository was archived by the owner on Feb 24, 2026. It is now read-only.

Commit afdc170

Browse files
committed
chore: adjust gh release workflow
1 parent 0c00357 commit afdc170

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,13 @@ jobs:
2121
with:
2222
node-version: 20.x
2323

24+
- name: Setup pnpm
25+
uses: pnpm/action-setup@v2
26+
with:
27+
version: 8
28+
2429
- name: Install Dependencies
25-
run: npm ci
30+
run: pnpm i
2631

2732
- name: Create Release Pull Request or Publish to npm
2833
id: changesets

0 commit comments

Comments
 (0)