Skip to content

Commit 2887725

Browse files
ericallamTrigger.dev RepoOps
authored andcommitted
chore(dashboard-agent): use Node.js 24 for task deployments
Use Node.js 24 for dashboard agent task deployments. Mono-RevId: a0d27501dc1ede88a89955bed4dc2f346bed062f
1 parent f384e83 commit 2887725

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

internal-packages/dashboard-agent/trigger.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ import { aptGet } from "@trigger.dev/build/extensions/core";
1515
*/
1616
export default defineConfig({
1717
project: process.env.TRIGGER_DASHBOARD_AGENT_PROJECT_REF ?? "",
18+
runtime: "node-24",
1819
dirs: ["./src"],
1920
// Keep test + eval files out of the task index. They import vitest, which
2021
// throws at registration. Setting this replaces the built-in defaults, so the

0 commit comments

Comments
 (0)