File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 26
26
uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 https://github.com/actions/setup-node/commit/60edb5dd545a775178f52524783378180af0d1f8
27
27
with :
28
28
node-version : 20
29
- cache : ' yarn'
30
29
env :
31
30
SEGMENT_DOWNLOAD_TIMEOUT_MINS : 2
31
+ - name : Enable Corepack
32
+ run : corepack enable
32
33
- name : Restore cypress runner from Cache
33
34
uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 https://github.com/actions/cache/commit/1bd1e32a3bdc45362d1e726936510720a7c30a57
34
35
id : restore-cypress-cache
Original file line number Diff line number Diff line change @@ -46,10 +46,12 @@ jobs:
46
46
uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 https://github.com/actions/setup-node/commit/60edb5dd545a775178f52524783378180af0d1f8
47
47
with :
48
48
node-version : 20
49
- cache : ' yarn'
50
49
env :
51
50
SEGMENT_DOWNLOAD_TIMEOUT_MINS : 2
52
51
52
+ - name : Enable Corepack
53
+ run : corepack enable
54
+
53
55
- name : Restore node_modules cache
54
56
uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 https://github.com/actions/cache/commit/1bd1e32a3bdc45362d1e726936510720a7c30a57
55
57
id : restore-cache
You can’t perform that action at this time.
0 commit comments