We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a11493 commit 23126ceCopy full SHA for 23126ce
.github/workflows/pytest.yml
@@ -54,6 +54,10 @@ jobs:
54
cache: pnpm
55
cache-dependency-path: examples/${{ matrix.c2a_user }}/pnpm-lock.yaml
56
57
+ - name: setup pnpm
58
+ run: |
59
+ corepack enable pnpm
60
+
61
- name: Cache C2A devtools
62
id: cache-c2a-devtools
63
uses: actions/cache@v4.0.2
.github/workflows/validate-renovate.yml
@@ -14,6 +14,10 @@ jobs:
14
- uses: actions/checkout@v4.1.7
15
- uses: actions/setup-node@v4.0.2
16
17
18
19
20
21
- name: install
22
run: |
23
pnpm install -g renovate
0 commit comments