File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 14
14
runs-on : ubuntu-latest
15
15
steps :
16
16
- uses : actions/checkout@v4
17
- - run : corepack enable
17
+ - run : npm i -g --force corepack && corepack enable
18
18
- uses : actions/setup-node@v4
19
19
with :
20
20
node-version : 18
30
30
runs-on : ubuntu-latest
31
31
steps :
32
32
- uses : actions/checkout@v4
33
- - run : corepack enable
33
+ - run : npm i -g --force corepack && corepack enable
34
34
- uses : actions/setup-node@v4
35
35
with :
36
36
node-version : 18
52
52
53
53
steps :
54
54
- uses : actions/checkout@v4
55
- - run : corepack enable
55
+ - run : npm i -g --force corepack && corepack enable
56
56
- uses : actions/setup-node@v4
57
57
with :
58
58
node-version : 18
Original file line number Diff line number Diff line change 16
16
with :
17
17
fetch-depth : 0
18
18
19
- - run : corepack enable
19
+ - run : npm i -g --force corepack && corepack enable
20
20
- uses : actions/setup-node@v4
21
21
with :
22
22
node-version : 20
38
38
with :
39
39
fetch-depth : 0
40
40
41
- - run : corepack enable
41
+ - run : npm i -g --force corepack && corepack enable
42
42
- uses : actions/setup-node@v4
43
43
with :
44
44
node-version : 20
You can’t perform that action at this time.
0 commit comments