We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8c736a commit d6763f9Copy full SHA for d6763f9
.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