mirror of
https://github.com/simstudioai/sim.git
synced 2026-04-06 03:00:16 -04:00
fix(trigger): update node version to align with main app (#3272)
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user