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:
303303 needs : release
304304 name : Release Integration
305305 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
307314 with :
315+ nodeVersion : ${{ matrix.nodeVersion }}
308316 npmVersion : ${{ fromJSON(needs.release.outputs.release).version }}
309317
310318 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
29with :
10+ nodeVersion : $\{{ matrix.nodeVersion }}
311 npmVersion : $\{{ fromJSON(needs.release.outputs.release).version }}
You can’t perform that action at this time.
0 commit comments