Skip to content

Commit

Permalink
specify pnpm version
Browse files Browse the repository at this point in the history
  • Loading branch information
sksat committed Jul 22, 2024
1 parent c92a8b5 commit 1109863
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ jobs:
run: ./setup.sh

- uses: pnpm/[email protected]
with:
package_json_file: examples/${{ matrix.c2a_user }}/package.json

- uses: actions/[email protected]
with:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/validate-renovate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
- uses: actions/[email protected]

- uses: pnpm/[email protected]
with:
version: 9

- uses: actions/[email protected]

Expand Down

0 comments on commit 1109863

Please sign in to comment.