File tree Expand file tree Collapse file tree 3 files changed +18
-43
lines changed Expand file tree Collapse file tree 3 files changed +18
-43
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -303,8 +303,16 @@ jobs:
303
303
needs : release
304
304
name : Release Integration
305
305
if : needs.release.outputs.release
306
- uses : ./.github/workflows/release-integration.yml
306
+ strategy :
307
+ fail-fast : false
308
+ matrix :
309
+ nodeVersion :
310
+ - 18
311
+ - 19
312
+ - nightly
313
+ uses : ./.github/workflows/node-integration.yml
307
314
with :
315
+ nodeVersion : ${{ matrix.nodeVersion }}
308
316
npmVersion : ${{ fromJSON(needs.release.outputs.release).version }}
309
317
310
318
post-release-integration :
Original file line number Diff line number Diff line change 1
- uses : ./.github/workflows/release-integration.yml
1
+ strategy :
2
+ fail-fast : false
3
+ matrix :
4
+ nodeVersion :
5
+ - 18
6
+ - 19
7
+ - nightly
8
+ uses : ./.github/workflows/node-integration.yml
2
9
with :
10
+ nodeVersion : $\{{ matrix.nodeVersion }}
3
11
npmVersion : $\{{ fromJSON(needs.release.outputs.release).version }}
You can’t perform that action at this time.
0 commit comments