File tree 1 file changed +4
-0
lines changed
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 39
39
uses : actions/checkout@v3
40
40
with :
41
41
ref : ${{ needs.configure.outputs.commit-sha }}
42
+ - run : corepack enable
42
43
- name : Setup Node.js
43
44
uses : actions/setup-node@v3
44
45
with :
70
71
uses : actions/checkout@v3
71
72
with :
72
73
ref : ${{ needs.configure.outputs.commit-sha }}
74
+ - run : corepack enable
73
75
- name : Setup Node.js
74
76
uses : actions/setup-node@v3
75
77
with :
97
99
uses : actions/checkout@v3
98
100
with :
99
101
ref : ${{ needs.configure.outputs.commit-sha }}
102
+ - run : corepack enable
100
103
- name : Setup Node.js
101
104
uses : actions/setup-node@v3
102
105
with :
@@ -124,6 +127,7 @@ jobs:
124
127
uses : actions/checkout@v3
125
128
with :
126
129
ref : ${{ needs.configure.outputs.commit-sha }}
130
+ - run : corepack enable
127
131
- name : Setup Node.js
128
132
uses : actions/setup-node@v3
129
133
with :
You can’t perform that action at this time.
0 commit comments