浏览代码

Install pnpm in Publish JS workflow

Loris Leiva 2 月之前
父节点
当前提交
5eea48007b
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      .github/workflows/publish-js-client.yml

+ 3 - 0
.github/workflows/publish-js-client.yml

@@ -38,6 +38,7 @@ jobs:
       - name: Setup Environment
         uses: ./.github/actions/setup
         with:
+          pnpm: true
           solana: true
 
       - name: Format
@@ -61,6 +62,8 @@ jobs:
 
       - name: Setup Environment
         uses: ./.github/actions/setup
+        with:
+          pnpm: true
 
       - name: Ensure NPM_TOKEN variable is set
         env: