Skip to content

Commit e5ecc7f

Browse files
nlffritzy
authored andcommitted
chore: remove unnecessary release-integration workflow
1 parent ff35ed9 commit e5ecc7f

File tree

3 files changed

+18
-43
lines changed

3 files changed

+18
-43
lines changed

.github/workflows/release-integration.yml

Lines changed: 0 additions & 41 deletions
This file was deleted.

.github/workflows/release.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff 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:
Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
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
29
with:
10+
nodeVersion: $\{{ matrix.nodeVersion }}
311
npmVersion: $\{{ fromJSON(needs.release.outputs.release).version }}

0 commit comments

Comments
 (0)