File tree 4 files changed +22
-1
lines changed 4 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 27
27
with :
28
28
fetch-depth : 1
29
29
30
+ # Has to be run before actions/setup-node.
31
+ # See: https://github.com/actions/setup-node/issues/480
32
+ - name : Enable corepack for yarn
33
+ run : corepack enable
34
+
30
35
- name : Install Nodejs
31
36
uses : actions/setup-node@v4
32
37
id : setup-node
Original file line number Diff line number Diff line change 24
24
with :
25
25
fetch-depth : 1
26
26
27
+ # Has to be run before actions/setup-node.
28
+ # See: https://github.com/actions/setup-node/issues/480
29
+ - name : Enable corepack for yarn
30
+ run : corepack enable
31
+
27
32
- name : Install Nodejs
28
33
uses : actions/setup-node@v4
29
34
id : setup-node
Original file line number Diff line number Diff line change 40
40
with :
41
41
fetch-depth : 1
42
42
43
- - uses : actions/setup-node@v4
43
+ # Has to be run before actions/setup-node.
44
+ # See: https://github.com/actions/setup-node/issues/480
45
+ - name : Enable corepack for yarn
46
+ run : corepack enable
47
+
48
+ - name : Install Nodejs
49
+ uses : actions/setup-node@v4
44
50
id : setup-node
45
51
with :
46
52
node-version : ${{ matrix.node }}
Original file line number Diff line number Diff line change 29
29
with :
30
30
fetch-depth : 1
31
31
32
+ # Has to be run before actions/setup-node.
33
+ # See: https://github.com/actions/setup-node/issues/480
34
+ - name : Enable corepack for yarn
35
+ run : corepack enable
36
+
32
37
- name : Install Nodejs
33
38
uses : actions/setup-node@v4
34
39
id : setup-node
You can’t perform that action at this time.
0 commit comments