Skip to content

Commit 0b70701

Browse files
committed
setup pnpm in workflows with pnpm/action-setup
1 parent cc974e3 commit 0b70701

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/pytest.yml

+2
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ jobs:
4949
- name: setup c2a-core
5050
run: ./setup.sh
5151

52+
- uses: pnpm/action-setup@v4.0.0
53+
5254
- uses: actions/setup-node@v4.0.3
5355
with:
5456
cache: pnpm

.github/workflows/validate-renovate.yml

+3
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ jobs:
1212

1313
steps:
1414
- uses: actions/checkout@v4.1.7
15+
16+
- uses: pnpm/action-setup@v4.0.0
17+
1518
- uses: actions/setup-node@v4.0.3
1619

1720
- name: install

0 commit comments

Comments
 (0)