Commit 83836cf 1 parent 625a689 commit 83836cf Copy full SHA for 83836cf
File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 51
51
52
52
- uses : actions/setup-node@v4.0.2
53
53
with :
54
- cache : npm
55
- cache-dependency-path : examples/${{ matrix.c2a_user }}/package -lock.json
54
+ cache : pnpm
55
+ cache-dependency-path : examples/${{ matrix.c2a_user }}/pnpm -lock.yaml
56
56
57
57
- name : Cache C2A devtools
58
58
id : cache-c2a-devtools
88
88
- name : the heaviest objects in universe
89
89
working-directory : ./examples/mobc
90
90
run : |
91
- npm ci
91
+ pnpm ci
92
92
93
93
- name : build mobc C2A
94
94
if : matrix.c2a_user == 'subobc'
@@ -105,7 +105,7 @@ jobs:
105
105
if : matrix.c2a_user == 'mobc'
106
106
working-directory : ./examples/mobc
107
107
run : |
108
- npm run devtools:sils &
108
+ pnpm run devtools:sils &
109
109
sleep 3
110
110
- name : run C2A (mobc & subobc)
111
111
if : matrix.c2a_user == 'subobc'
Original file line number Diff line number Diff line change 16
16
17
17
- name : install
18
18
run : |
19
- npm install -g renovate
19
+ pnpm install -g renovate
20
20
- name : validate
21
21
run : |
22
22
renovate-config-validator
You can’t perform that action at this time.
0 commit comments