File tree Expand file tree Collapse file tree 5 files changed +16662
-12089
lines changed
.github/actions/yarn-install Expand file tree Collapse file tree 5 files changed +16662
-12089
lines changed Original file line number Diff line number Diff line change 39
39
run : echo "M1=1" >> "${GITHUB_ENV}"
40
40
shell : bash
41
41
42
- - run : yarn install --frozen-lockfile
42
+ - run : yarn install --immutable
43
43
shell : bash
44
44
45
45
- name : Fix electron sandbox
Original file line number Diff line number Diff line change 19
19
/resources /win32 /
20
20
/screenshots /output /
21
21
/src /go /rdctl /pkg /options /generated /* .go
22
+ /.yarn /
Original file line number Diff line number Diff line change
1
+ nodeLinker : node-modules
Original file line number Diff line number Diff line change 11
11
"node" : " ^22.14.0"
12
12
},
13
13
"type" : " module" ,
14
- "packageManager" : " yarn@1.22.21 " ,
14
+ "packageManager" : " yarn@4.9.4 " ,
15
15
"repository" : {
16
16
"type" : " git" ,
17
17
"url" : " https://github.com/rancher-sandbox/rancher-desktop.git"
You can’t perform that action at this time.
0 commit comments