diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 13f5004..c9733b5 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -16,17 +16,19 @@ jobs: with: fetch-depth: 0 token: ${{ secrets.GITHUB_TOKEN }} + + - uses: pnpm/action-setup@v2.2.4 + with: + version: latest - uses: actions/setup-node@v3 with: node-version: "16.x" + cache: "pnpm" registry-url: "https://npm.pkg.github.com" # Defaults to the user or organization that owns the workflow file scope: "@agoraio-extensions" - - name: Setup - uses: ./.github/actions/setup - - name: Setup Dependencies 💚 run: | pnpm install