Skip to content

Commit 5eea480

Browse files
committed
Install pnpm in Publish JS workflow
1 parent 6452651 commit 5eea480

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish-js-client.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
- name: Setup Environment
3939
uses: ./.github/actions/setup
4040
with:
41+
pnpm: true
4142
solana: true
4243

4344
- name: Format
@@ -61,6 +62,8 @@ jobs:
6162

6263
- name: Setup Environment
6364
uses: ./.github/actions/setup
65+
with:
66+
pnpm: true
6467

6568
- name: Ensure NPM_TOKEN variable is set
6669
env:

0 commit comments

Comments
 (0)