@@ -24,10 +24,10 @@ jobs:
24
24
uses : actions/checkout@v3
25
25
# with:
26
26
# submodules: 'true'
27
- - name : Use Node.js ${{ matrix.node-version }}
27
+ - name : Use Node.js ${{ matrix.node }}
28
28
uses : actions/setup-node@v4
29
29
with :
30
- node-version : ${{ matrix.node-version }}
30
+ node-version : ${{ matrix.node }}
31
31
- name : 📥 Monorepo install
32
32
uses : ./.github/actions/pnpm-install
33
33
@@ -71,10 +71,10 @@ jobs:
71
71
uses : actions/checkout@v3
72
72
# with:
73
73
# submodules: 'true'
74
- - name : Use Node.js ${{ matrix.node-version }}
74
+ - name : Use Node.js ${{ matrix.node }}
75
75
uses : actions/setup-node@v4
76
76
with :
77
- node-version : ${{ matrix.node-version }}
77
+ node-version : ${{ matrix.node }}
78
78
- name : 📥 Monorepo install
79
79
uses : ./.github/actions/pnpm-install
80
80
@@ -99,10 +99,10 @@ jobs:
99
99
- uses : actions/checkout@v3
100
100
# with:
101
101
# submodules: 'true'
102
- - name : Use Node.js ${{ matrix.node-version }}
102
+ - name : Use Node.js ${{ matrix.node }}
103
103
uses : actions/setup-node@v4
104
104
with :
105
- node-version : ${{ matrix.node-version }}
105
+ node-version : ${{ matrix.node }}
106
106
- name : 📥 Monorepo install
107
107
uses : ./.github/actions/pnpm-install
108
108
@@ -134,10 +134,10 @@ jobs:
134
134
- uses : actions/checkout@v3
135
135
# with:
136
136
# submodules: 'true'
137
- - name : Use Node.js ${{ matrix.node-version }}
137
+ - name : Use Node.js ${{ matrix.node }}
138
138
uses : actions/setup-node@v4
139
139
with :
140
- node-version : ${{ matrix.node-version }}
140
+ node-version : ${{ matrix.node }}
141
141
- name : 📥 Monorepo install
142
142
uses : ./.github/actions/pnpm-install
143
143
@@ -177,10 +177,10 @@ jobs:
177
177
uses : actions/checkout@v3
178
178
# with:
179
179
# submodules: 'true'
180
- - name : Use Node.js ${{ matrix.node-version }}
180
+ - name : Use Node.js ${{ matrix.node }}
181
181
uses : actions/setup-node@v4
182
182
with :
183
- node-version : ${{ matrix.node-version }}
183
+ node-version : ${{ matrix.node }}
184
184
- name : 📥 Monorepo install
185
185
uses : ./.github/actions/pnpm-install
186
186
@@ -233,10 +233,10 @@ jobs:
233
233
with :
234
234
ref : ' refs/pull/${{ github.event.number }}/merge'
235
235
# submodules: 'true'
236
- - name : Use Node.js ${{ matrix.node-version }}
236
+ - name : Use Node.js ${{ matrix.node }}
237
237
uses : actions/setup-node@v4
238
238
with :
239
- node-version : ${{ matrix.node-version }}
239
+ node-version : ${{ matrix.node }}
240
240
- name : 📥 Monorepo install
241
241
uses : ./.github/actions/pnpm-install
242
242
@@ -289,10 +289,10 @@ jobs:
289
289
with :
290
290
submodules : ' true'
291
291
# ref: 'refs/pull/${{ github.event.number }}/merge'
292
- - name : Use Node.js ${{ matrix.node-version }}
292
+ - name : Use Node.js ${{ matrix.node }}
293
293
uses : actions/setup-node@v4
294
294
with :
295
- node-version : ${{ matrix.node-version }}
295
+ node-version : ${{ matrix.node }}
296
296
- name : 📥 Monorepo install
297
297
uses : ./.github/actions/pnpm-install
298
298
@@ -335,10 +335,10 @@ jobs:
335
335
with :
336
336
ref : ' refs/pull/${{ github.event.number }}/merge'
337
337
# submodules: 'true'
338
- - name : Use Node.js ${{ matrix.node-version }}
338
+ - name : Use Node.js ${{ matrix.node }}
339
339
uses : actions/setup-node@v4
340
340
with :
341
- node-version : ${{ matrix.node-version }}
341
+ node-version : ${{ matrix.node }}
342
342
- name : 📥 Monorepo install
343
343
uses : ./.github/actions/pnpm-install
344
344
@@ -388,10 +388,10 @@ jobs:
388
388
with :
389
389
ref : ' refs/pull/${{ github.event.number }}/merge'
390
390
# submodules: 'true'
391
- - name : Use Node.js ${{ matrix.node-version }}
391
+ - name : Use Node.js ${{ matrix.node }}
392
392
uses : actions/setup-node@v4
393
393
with :
394
- node-version : ${{ matrix.node-version }}
394
+ node-version : ${{ matrix.node }}
395
395
- name : 📥 Monorepo install
396
396
uses : ./.github/actions/pnpm-install
397
397
@@ -417,10 +417,10 @@ jobs:
417
417
- uses : actions/checkout@v3
418
418
# with:
419
419
# submodules: 'true'
420
- - name : Use Node.js ${{ matrix.node-version }}
420
+ - name : Use Node.js ${{ matrix.node }}
421
421
uses : actions/setup-node@v4
422
422
with :
423
- node-version : ${{ matrix.node-version }}
423
+ node-version : ${{ matrix.node }}
424
424
- name : 📥 Monorepo install
425
425
uses : ./.github/actions/pnpm-install
426
426
@@ -518,10 +518,10 @@ jobs:
518
518
- uses : actions/checkout@v3
519
519
# with:
520
520
# submodules: 'true'
521
- - name : Use Node.js ${{ matrix.node-version }}
521
+ - name : Use Node.js ${{ matrix.node }}
522
522
uses : actions/setup-node@v4
523
523
with :
524
- node-version : ${{ matrix.node-version }}
524
+ node-version : ${{ matrix.node }}
525
525
- name : 📥 Monorepo install
526
526
uses : ./.github/actions/pnpm-install
527
527
0 commit comments