We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b8c736a + d6763f9 commit 4742237Copy full SHA for 4742237
.github/workflows/pytest.yml
@@ -53,7 +53,7 @@ jobs:
53
with:
54
package_json_file: examples/${{ matrix.c2a_user }}/package.json
55
56
- - uses: actions/setup-node@v4.0.3
+ - uses: actions/setup-node@v4.1.0
57
58
cache: pnpm
59
cache-dependency-path: examples/${{ matrix.c2a_user }}/pnpm-lock.yaml
.github/workflows/validate-renovate.yml
@@ -17,7 +17,7 @@ jobs:
17
18
version: 9
19
20
21
22
- name: install
23
run: |
0 commit comments