We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a11493 commit 6dc22c3Copy full SHA for 6dc22c3
.github/workflows/pytest.yml
@@ -54,6 +54,11 @@ 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
60
+ pnpm setup
61
+
62
- name: Cache C2A devtools
63
id: cache-c2a-devtools
64
uses: actions/cache@v4.0.2
.github/workflows/validate-renovate.yml
@@ -14,6 +14,11 @@ jobs:
14
- uses: actions/checkout@v4.1.7
15
- uses: actions/setup-node@v4.0.2
16
17
18
19
20
21
22
- name: install
23
run: |
24
pnpm install -g renovate
0 commit comments