File tree Expand file tree Collapse file tree 3 files changed +17
-14
lines changed Expand file tree Collapse file tree 3 files changed +17
-14
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
Original file line number Diff line number Diff line change @@ -13,24 +13,24 @@ supportedArchitectures:
13
13
- current
14
14
15
15
packageExtensions :
16
- " @angular-devkit/build-angular@* " :
16
+ ' @angular-devkit/build-angular@* ' :
17
17
dependencies :
18
- minimatch : " 3.0.5"
19
- webpack : " ^5.76.0"
18
+ minimatch : ' 3.0.5'
19
+ webpack : ' ^5.76.0'
20
20
21
- " @size-limit/webpack@* " :
21
+ ' @size-limit/webpack@* ' :
22
22
dependencies :
23
- webpack : " ^5.76.0"
23
+ webpack : ' ^5.76.0'
24
24
25
- " serve-handler@* " :
25
+ ' serve-handler@* ' :
26
26
dependencies :
27
- minimatch : " 3.0.5"
28
- path-to-regexp : " 3.3.0"
27
+ minimatch : ' 3.0.5'
28
+ path-to-regexp : ' 3.3.0'
29
29
30
- " codelyzer@* " :
30
+ ' codelyzer@* ' :
31
31
dependencies :
32
- " @angular/core " : " 10.2.5 "
32
+ ' @angular/core ' : ' ^14.3.0 '
33
33
34
- " next-plugin-preval@* " :
34
+ ' next-plugin-preval@* ' :
35
35
dependencies :
36
- webpack : " ^5.76.0"
36
+ webpack : ' ^5.76.0'
You can’t perform that action at this time.
0 commit comments