Skip to content

Commit

Permalink
chore: add pnpm action setup to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
balazsorban44 committed Mar 3, 2022
1 parent 219620e commit 96853c5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build_test_deploy.yml
Expand Up @@ -413,6 +413,10 @@ jobs:
path: ./*
key: ${{ github.sha }}-${{ github.run_number }}-${{ github.run_attempt }}

- uses: pnpm/action-setup@v2.2.1
with:
version: 6.29.1

- uses: actions/download-artifact@v2
if: ${{needs.build.outputs.docsChange != 'docs only change'}}
with:
Expand Down

0 comments on commit 96853c5

Please sign in to comment.