fix(trigger): update node version to align with main app (#3272)

This commit is contained in:
Waleed
2026-02-20 12:32:14 -08:00
committed by GitHub
parent 12534163c1
commit 71942cb53c

View File

@@ -4,7 +4,7 @@ import { env } from './lib/core/config/env'
export default defineConfig({
project: env.TRIGGER_PROJECT_ID!,
runtime: 'node',
runtime: 'node-22',
logLevel: 'log',
maxDuration: 5400,
retries: {