Skip to content

Commit

Permalink
bye actions/setup-node to avoid conflict with pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
sksat committed Jul 16, 2024
1 parent 08c2224 commit 4372ff3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,6 @@ jobs:
- name: setup c2a-core
run: ./setup.sh

- uses: actions/[email protected]
with:
cache: pnpm
cache-dependency-path: examples/${{ matrix.c2a_user }}/pnpm-lock.yaml

- name: setup pnpm
run: |
corepack enable pnpm
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/validate-renovate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ jobs:

steps:
- uses: actions/[email protected]
- uses: actions/[email protected]

- name: setup pnpm
run: |
Expand Down

0 comments on commit 4372ff3

Please sign in to comment.