Skip to content

Commit 063d394

Browse files
committed
fix release workflow to install pnpm
1 parent 2070c31 commit 063d394

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release-package.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
- uses: actions/setup-node@v4
1313
with:
1414
node-version: 20
15+
- run: npm install -g pnpm
1516
- run: pnpm test
1617

1718
publish:
@@ -26,6 +27,7 @@ jobs:
2627
with:
2728
node-version: 20
2829
registry-url: https://npm.pkg.github.com/
30+
- run: npm install -g pnpm
2931
- run: pnpm publish
3032
env:
3133
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)