Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a4932ae

Browse files
committedSep 14, 2024·
fix ci
1 parent ba93fb3 commit a4932ae

File tree

3 files changed

+44
-44
lines changed

3 files changed

+44
-44
lines changed
 

‎.github/workflows/main.yml

+22-22
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ jobs:
2424
uses: actions/checkout@v3
2525
# with:
2626
# submodules: 'true'
27-
- name: Use Node.js ${{ matrix.node-version }}
27+
- name: Use Node.js ${{ matrix.node }}
2828
uses: actions/setup-node@v4
2929
with:
30-
node-version: ${{ matrix.node-version }}
30+
node-version: ${{ matrix.node }}
3131
- name: 📥 Monorepo install
3232
uses: ./.github/actions/pnpm-install
3333

@@ -71,10 +71,10 @@ jobs:
7171
uses: actions/checkout@v3
7272
# with:
7373
# submodules: 'true'
74-
- name: Use Node.js ${{ matrix.node-version }}
74+
- name: Use Node.js ${{ matrix.node }}
7575
uses: actions/setup-node@v4
7676
with:
77-
node-version: ${{ matrix.node-version }}
77+
node-version: ${{ matrix.node }}
7878
- name: 📥 Monorepo install
7979
uses: ./.github/actions/pnpm-install
8080

@@ -99,10 +99,10 @@ jobs:
9999
- uses: actions/checkout@v3
100100
# with:
101101
# submodules: 'true'
102-
- name: Use Node.js ${{ matrix.node-version }}
102+
- name: Use Node.js ${{ matrix.node }}
103103
uses: actions/setup-node@v4
104104
with:
105-
node-version: ${{ matrix.node-version }}
105+
node-version: ${{ matrix.node }}
106106
- name: 📥 Monorepo install
107107
uses: ./.github/actions/pnpm-install
108108

@@ -134,10 +134,10 @@ jobs:
134134
- uses: actions/checkout@v3
135135
# with:
136136
# submodules: 'true'
137-
- name: Use Node.js ${{ matrix.node-version }}
137+
- name: Use Node.js ${{ matrix.node }}
138138
uses: actions/setup-node@v4
139139
with:
140-
node-version: ${{ matrix.node-version }}
140+
node-version: ${{ matrix.node }}
141141
- name: 📥 Monorepo install
142142
uses: ./.github/actions/pnpm-install
143143

@@ -177,10 +177,10 @@ jobs:
177177
uses: actions/checkout@v3
178178
# with:
179179
# submodules: 'true'
180-
- name: Use Node.js ${{ matrix.node-version }}
180+
- name: Use Node.js ${{ matrix.node }}
181181
uses: actions/setup-node@v4
182182
with:
183-
node-version: ${{ matrix.node-version }}
183+
node-version: ${{ matrix.node }}
184184
- name: 📥 Monorepo install
185185
uses: ./.github/actions/pnpm-install
186186

@@ -233,10 +233,10 @@ jobs:
233233
with:
234234
ref: 'refs/pull/${{ github.event.number }}/merge'
235235
# submodules: 'true'
236-
- name: Use Node.js ${{ matrix.node-version }}
236+
- name: Use Node.js ${{ matrix.node }}
237237
uses: actions/setup-node@v4
238238
with:
239-
node-version: ${{ matrix.node-version }}
239+
node-version: ${{ matrix.node }}
240240
- name: 📥 Monorepo install
241241
uses: ./.github/actions/pnpm-install
242242

@@ -289,10 +289,10 @@ jobs:
289289
with:
290290
submodules: 'true'
291291
# ref: 'refs/pull/${{ github.event.number }}/merge'
292-
- name: Use Node.js ${{ matrix.node-version }}
292+
- name: Use Node.js ${{ matrix.node }}
293293
uses: actions/setup-node@v4
294294
with:
295-
node-version: ${{ matrix.node-version }}
295+
node-version: ${{ matrix.node }}
296296
- name: 📥 Monorepo install
297297
uses: ./.github/actions/pnpm-install
298298

@@ -335,10 +335,10 @@ jobs:
335335
with:
336336
ref: 'refs/pull/${{ github.event.number }}/merge'
337337
# submodules: 'true'
338-
- name: Use Node.js ${{ matrix.node-version }}
338+
- name: Use Node.js ${{ matrix.node }}
339339
uses: actions/setup-node@v4
340340
with:
341-
node-version: ${{ matrix.node-version }}
341+
node-version: ${{ matrix.node }}
342342
- name: 📥 Monorepo install
343343
uses: ./.github/actions/pnpm-install
344344

@@ -388,10 +388,10 @@ jobs:
388388
with:
389389
ref: 'refs/pull/${{ github.event.number }}/merge'
390390
# submodules: 'true'
391-
- name: Use Node.js ${{ matrix.node-version }}
391+
- name: Use Node.js ${{ matrix.node }}
392392
uses: actions/setup-node@v4
393393
with:
394-
node-version: ${{ matrix.node-version }}
394+
node-version: ${{ matrix.node }}
395395
- name: 📥 Monorepo install
396396
uses: ./.github/actions/pnpm-install
397397

@@ -417,10 +417,10 @@ jobs:
417417
- uses: actions/checkout@v3
418418
# with:
419419
# submodules: 'true'
420-
- name: Use Node.js ${{ matrix.node-version }}
420+
- name: Use Node.js ${{ matrix.node }}
421421
uses: actions/setup-node@v4
422422
with:
423-
node-version: ${{ matrix.node-version }}
423+
node-version: ${{ matrix.node }}
424424
- name: 📥 Monorepo install
425425
uses: ./.github/actions/pnpm-install
426426

@@ -518,10 +518,10 @@ jobs:
518518
- uses: actions/checkout@v3
519519
# with:
520520
# submodules: 'true'
521-
- name: Use Node.js ${{ matrix.node-version }}
521+
- name: Use Node.js ${{ matrix.node }}
522522
uses: actions/setup-node@v4
523523
with:
524-
node-version: ${{ matrix.node-version }}
524+
node-version: ${{ matrix.node }}
525525
- name: 📥 Monorepo install
526526
uses: ./.github/actions/pnpm-install
527527

‎.github/workflows/prod-deploy.yml

+20-20
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ jobs:
2424
uses: actions/checkout@v3
2525
# with:
2626
# submodules: 'true'
27-
- name: Use Node.js ${{ matrix.node-version }}
27+
- name: Use Node.js ${{ matrix.node }}
2828
uses: actions/setup-node@v4
2929
with:
30-
node-version: ${{ matrix.node-version }}
30+
node-version: ${{ matrix.node }}
3131
- name: 📥 Monorepo install
3232
uses: ./.github/actions/pnpm-install
3333

@@ -40,10 +40,10 @@ jobs:
4040
uses: actions/checkout@v3
4141
# with:
4242
# submodules: 'true'
43-
- name: Use Node.js ${{ matrix.node-version }}
43+
- name: Use Node.js ${{ matrix.node }}
4444
uses: actions/setup-node@v4
4545
with:
46-
node-version: ${{ matrix.node-version }}
46+
node-version: ${{ matrix.node }}
4747
- name: 📥 Monorepo install
4848
uses: ./.github/actions/pnpm-install
4949
- name: '[API] Generate Prisma Migration'
@@ -61,10 +61,10 @@ jobs:
6161
- uses: actions/checkout@v3
6262
# with:
6363
# submodules: 'true'
64-
- name: Use Node.js ${{ matrix.node-version }}
64+
- name: Use Node.js ${{ matrix.node }}
6565
uses: actions/setup-node@v4
6666
with:
67-
node-version: ${{ matrix.node-version }}
67+
node-version: ${{ matrix.node }}
6868
- name: 📥 Monorepo install
6969
uses: ./.github/actions/pnpm-install
7070

@@ -91,10 +91,10 @@ jobs:
9191
- uses: actions/checkout@v3
9292
# with:
9393
# submodules: 'true'
94-
- name: Use Node.js ${{ matrix.node-version }}
94+
- name: Use Node.js ${{ matrix.node }}
9595
uses: actions/setup-node@v4
9696
with:
97-
node-version: ${{ matrix.node-version }}
97+
node-version: ${{ matrix.node }}
9898
- name: 📥 Monorepo install
9999
uses: ./.github/actions/pnpm-install
100100

@@ -152,10 +152,10 @@ jobs:
152152
- uses: actions/checkout@v3
153153
# with:
154154
# submodules: 'true'
155-
- name: Use Node.js ${{ matrix.node-version }}
155+
- name: Use Node.js ${{ matrix.node }}
156156
uses: actions/setup-node@v4
157157
with:
158-
node-version: ${{ matrix.node-version }}
158+
node-version: ${{ matrix.node }}
159159
- name: 📥 Monorepo install
160160
uses: ./.github/actions/pnpm-install
161161

@@ -180,10 +180,10 @@ jobs:
180180
- uses: actions/checkout@v3
181181
# with:
182182
# submodules: 'true'
183-
- name: Use Node.js ${{ matrix.node-version }}
183+
- name: Use Node.js ${{ matrix.node }}
184184
uses: actions/setup-node@v4
185185
with:
186-
node-version: ${{ matrix.node-version }}
186+
node-version: ${{ matrix.node }}
187187
- name: 📥 Monorepo install
188188
uses: ./.github/actions/pnpm-install
189189

@@ -211,10 +211,10 @@ jobs:
211211
- uses: actions/checkout@v3
212212
# with:
213213
# submodules: 'true'
214-
- name: Use Node.js ${{ matrix.node-version }}
214+
- name: Use Node.js ${{ matrix.node }}
215215
uses: actions/setup-node@v4
216216
with:
217-
node-version: ${{ matrix.node-version }}
217+
node-version: ${{ matrix.node }}
218218
- name: 📥 Monorepo install
219219
uses: ./.github/actions/pnpm-install
220220
- name: Restore packages
@@ -245,10 +245,10 @@ jobs:
245245
- uses: actions/checkout@v3
246246
# with:
247247
# submodules: 'true'
248-
- name: Use Node.js ${{ matrix.node-version }}
248+
- name: Use Node.js ${{ matrix.node }}
249249
uses: actions/setup-node@v4
250250
with:
251-
node-version: ${{ matrix.node-version }}
251+
node-version: ${{ matrix.node }}
252252
- name: 📥 Monorepo install
253253
uses: ./.github/actions/pnpm-install
254254
- name: Restore packages
@@ -289,10 +289,10 @@ jobs:
289289
uses: actions/checkout@v3
290290
# with:
291291
# submodules: 'true'
292-
- name: Use Node.js ${{ matrix.node-version }}
292+
- name: Use Node.js ${{ matrix.node }}
293293
uses: actions/setup-node@v4
294294
with:
295-
node-version: ${{ matrix.node-version }}
295+
node-version: ${{ matrix.node }}
296296
- name: 📥 Monorepo install
297297
uses: ./.github/actions/pnpm-install
298298

@@ -341,10 +341,10 @@ jobs:
341341
uses: actions/checkout@v3
342342
# with:
343343
# submodules: 'true'
344-
- name: Use Node.js ${{ matrix.node-version }}
344+
- name: Use Node.js ${{ matrix.node }}
345345
uses: actions/setup-node@v4
346346
with:
347-
node-version: ${{ matrix.node-version }}
347+
node-version: ${{ matrix.node }}
348348
- name: 📥 Monorepo install
349349
uses: ./.github/actions/pnpm-install
350350
- name: Restore packages

‎.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
steps:
1313
- name: Checkout PR
1414
uses: actions/checkout@v3
15-
- name: Use Node.js ${{ matrix.node-version }}
15+
- name: Use Node.js ${{ matrix.node }}
1616
uses: actions/setup-node@v4
1717
with:
18-
node-version: ${{ matrix.node-version }}
18+
node-version: ${{ matrix.node }}
1919
- name: 📥 Monorepo install
2020
uses: ./.github/actions/pnpm-install
2121
- name: Install dependencies

0 commit comments

Comments
 (0)
Please sign in to comment.