Skip to content

Commit 71942cb

Browse files
authored
fix(trigger): update node version to align with main app (#3272)
1 parent 1253416 commit 71942cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/sim/trigger.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { env } from './lib/core/config/env'
44

55
export default defineConfig({
66
project: env.TRIGGER_PROJECT_ID!,
7-
runtime: 'node',
7+
runtime: 'node-22',
88
logLevel: 'log',
99
maxDuration: 5400,
1010
retries: {

0 commit comments

Comments
 (0)