File tree Expand file tree Collapse file tree 4 files changed +65
-17
lines changed Expand file tree Collapse file tree 4 files changed +65
-17
lines changed Original file line number Diff line number Diff line change @@ -22,13 +22,17 @@ jobs:
22
22
uses : actions/setup-node@v4
23
23
with :
24
24
node-version : 22
25
- cache : ' yarn'
26
- cache-dependency-path : ' yarn.lock'
27
- always-auth : ' true'
28
25
29
26
- name : Enable corepack
30
27
run : |
31
28
corepack enable
29
+ corepack prepare yarn@stable --activate
30
+
31
+ - name : Activate cache for Node.js
32
+ uses : actions/setup-node@v4
33
+ with :
34
+ cache : yarn
35
+ cache-dependency-path : yarn.lock
32
36
33
37
- name : Build docs
34
38
run : |
Original file line number Diff line number Diff line change 18
18
uses : actions/setup-node@v4
19
19
with :
20
20
node-version : 22
21
- cache : ' yarn'
22
- cache-dependency-path : ' yarn.lock'
21
+
22
+ - name : Enable corepack
23
+ run : |
24
+ corepack enable
25
+ corepack prepare yarn@stable --activate
26
+
27
+ - name : Activate cache for Node.js
28
+ uses : actions/setup-node@v4
29
+ with :
30
+ cache : yarn
31
+ cache-dependency-path : yarn.lock
23
32
24
33
- name : Enable corepack
25
34
run : |
Original file line number Diff line number Diff line change 21
21
uses : actions/setup-node@v4
22
22
with :
23
23
node-version : 22
24
- cache : ' yarn'
25
- cache-dependency-path : ' yarn.lock'
24
+
25
+ - name : Enable corepack
26
+ run : |
27
+ corepack enable
28
+ corepack prepare yarn@stable --activate
29
+
30
+ - name : Activate cache for Node.js
31
+ uses : actions/setup-node@v4
32
+ with :
33
+ cache : yarn
34
+ cache-dependency-path : yarn.lock
26
35
27
36
- name : Enable corepack
28
37
run : |
@@ -49,13 +58,17 @@ jobs:
49
58
uses : actions/setup-node@v4
50
59
with :
51
60
node-version : 22
52
- cache : ' yarn'
53
- cache-dependency-path : ' yarn.lock'
54
- always-auth : ' true'
55
61
56
62
- name : Enable corepack
57
63
run : |
58
64
corepack enable
65
+ corepack prepare yarn@stable --activate
66
+
67
+ - name : Activate cache for Node.js
68
+ uses : actions/setup-node@v4
69
+ with :
70
+ cache : yarn
71
+ cache-dependency-path : yarn.lock
59
72
60
73
- name : Setup git user and npm
61
74
run : |
Original file line number Diff line number Diff line change 17
17
uses : actions/setup-node@v4
18
18
with :
19
19
node-version : 22
20
- cache : ' yarn'
21
- cache-dependency-path : ' yarn.lock'
22
- always-auth : ' true'
20
+
21
+ - name : Enable corepack
22
+ run : |
23
+ corepack enable
24
+ corepack prepare yarn@stable --activate
25
+
26
+ - name : Activate cache for Node.js
27
+ uses : actions/setup-node@v4
28
+ with :
29
+ cache : yarn
30
+ cache-dependency-path : yarn.lock
23
31
24
32
- name : Enable corepack
25
33
run : |
@@ -56,12 +64,17 @@ jobs:
56
64
uses : actions/setup-node@v4
57
65
with :
58
66
node-version : 22
59
- cache : ' yarn'
60
- cache-dependency-path : ' yarn.lock'
61
67
62
68
- name : Enable corepack
63
69
run : |
64
70
corepack enable
71
+ corepack prepare yarn@stable --activate
72
+
73
+ - name : Activate cache for Node.js
74
+ uses : actions/setup-node@v4
75
+ with :
76
+ cache : yarn
77
+ cache-dependency-path : yarn.lock
65
78
66
79
- name : Install Dependencies
67
80
run : yarn --immutable
@@ -89,8 +102,17 @@ jobs:
89
102
uses : actions/setup-node@v4
90
103
with :
91
104
node-version : 22
92
- cache : ' yarn'
93
- cache-dependency-path : ' yarn.lock'
105
+
106
+ - name : Enable corepack
107
+ run : |
108
+ corepack enable
109
+ corepack prepare yarn@stable --activate
110
+
111
+ - name : Activate cache for Node.js
112
+ uses : actions/setup-node@v4
113
+ with :
114
+ cache : yarn
115
+ cache-dependency-path : yarn.lock
94
116
95
117
- name : Enable corepack
96
118
run : |
You can’t perform that action at this time.
0 commit comments