Skip to content

Commit 8a0a612

Browse files
authored
chore: more tsx remove (#456)
1 parent 6932f2f commit 8a0a612

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ecosystem-ci-selected.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
VITE_PLUGIN_REACT_REF: ${{ inputs.vite_plugin_react_ref }}
117117
VITE_PLUGIN_REACT_REPO: ${{ inputs.vite_plugin_react_repo }}
118118
- if: always() && (inputs.sendDiscordReport || github.event_name != 'workflow_dispatch')
119-
run: pnpm tsx discord-webhook.ts
119+
run: node discord-webhook.ts
120120
env:
121121
WORKFLOW_NAME: ci-selected
122122
REF_TYPE: ${{ inputs.refType }}

.github/workflows/ecosystem-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
ROLLDOWN_REF: ${{ inputs.rolldownRef || github.event.client_payload.rolldownRef }}
112112
SUITE: ${{ matrix.suite }}
113113
- if: always() && (inputs.sendDiscordReport || github.event_name != 'workflow_dispatch')
114-
run: pnpm tsx discord-webhook.ts
114+
run: node discord-webhook.ts
115115
env:
116116
WORKFLOW_NAME: ci
117117
REF_TYPE: ${{ inputs.refType || github.event.client_payload.refType || 'branch' }}

0 commit comments

Comments
 (0)