Skip to content

Commit 8857189

Browse files
committed
🔧 Install pnpm on GitHub Actions
1 parent b40c4f8 commit 8857189

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v4
11+
- uses: pnpm/action-setup@v4
1112
- uses: actions/setup-node@v4
1213
with:
1314
cache: 'pnpm'

0 commit comments

Comments
 (0)