File tree Expand file tree Collapse file tree 1 file changed +0
-25
lines changed Expand file tree Collapse file tree 1 file changed +0
-25
lines changed Original file line number Diff line number Diff line change 34
34
with :
35
35
node-version : ' 22'
36
36
37
- - name : Set up Node.js 22
38
- uses : actions/setup-node@v4
39
- with :
40
- node-version : ' 22'
41
-
42
37
- name : Install dependencies
43
38
run : npm ci
44
39
74
69
with :
75
70
node-version : ' 22'
76
71
77
- - name : Set up Node.js 22
78
- uses : actions/setup-node@v4
79
- with :
80
- node-version : ' 22'
81
-
82
72
- name : Install dependencies
83
73
run : npm ci
84
74
@@ -114,11 +104,6 @@ jobs:
114
104
with :
115
105
node-version : ' 22'
116
106
117
- - name : Set up Node.js 22
118
- uses : actions/setup-node@v4
119
- with :
120
- node-version : ' 22'
121
-
122
107
- name : Install dependencies
123
108
run : npm ci
124
109
@@ -154,11 +139,6 @@ jobs:
154
139
with :
155
140
node-version : ' 22'
156
141
157
- - name : Set up Node.js 22
158
- uses : actions/setup-node@v4
159
- with :
160
- node-version : ' 22'
161
-
162
142
- name : Install dependencies
163
143
run : npm ci
164
144
@@ -194,11 +174,6 @@ jobs:
194
174
with :
195
175
node-version : ' 22'
196
176
197
- - name : Set up Node.js 22
198
- uses : actions/setup-node@v4
199
- with :
200
- node-version : ' 22'
201
-
202
177
- name : Install dependencies
203
178
run : npm ci
204
179
You can’t perform that action at this time.
0 commit comments