File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 2121 - uses : actions/checkout@v4
2222 with :
2323 fetch-depth : 0
24+ - name : Enable Corepacks
25+ run : corepack enable
2426 - name : Use Node.js 20.x
2527 uses : actions/setup-node@v4
2628 with :
8284
8385 steps :
8486 - uses : actions/checkout@v4
87+ - name : Enable Corepack
88+ run : corepack enable
8589 - name : Use Node.js 20.x
8690 uses : actions/setup-node@v4
8791 with :
@@ -109,6 +113,8 @@ jobs:
109113
110114 steps :
111115 - uses : actions/checkout@v4
116+ - name : Enable Corepack
117+ run : corepack enable
112118 - name : Use Node.js 20.x
113119 uses : actions/setup-node@v4
114120 with :
Original file line number Diff line number Diff line change 1414 - uses : actions/checkout@v4
1515 with :
1616 fetch-depth : 0
17+ - name : Enable Corepack
18+ run : corepack enable
1719 - name : Use Node.js 20.x
1820 uses : actions/setup-node@v4
1921 with :
You can’t perform that action at this time.
0 commit comments