Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ jobs:
echo "ERROR: DEV_TRIGGER_ACCESS_TOKEN and TRIGGER_PROJECT_ID repo secrets must both be set" >&2
exit 1
fi
bunx trigger.dev@4.4.3 deploy --env preview --branch dev-sim
bunx trigger.dev@4.5.7 deploy --env preview --branch dev-sim
# Main/staging: build AMD64 images and push sha-tagged images to ECR + GHCR.
# Runs in parallel with tests — only immutable sha tags are pushed here, and
Expand Down
4 changes: 2 additions & 2 deletions apps/sim/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
"@tiptap/react": "3.26.1",
"@tiptap/starter-kit": "3.26.1",
"@tiptap/suggestion": "3.26.1",
"@trigger.dev/sdk": "4.4.3",
"@trigger.dev/sdk": "4.5.7",
"@typescript/typescript6": "^6.0.2",
"@xterm/addon-fit": "0.11.0",
"@xterm/addon-unicode11": "0.9.0",
Expand Down Expand Up @@ -238,7 +238,7 @@
"@sim/tsconfig": "workspace:*",
"@tailwindcss/typography": "0.5.19",
"@testing-library/jest-dom": "^6.6.3",
"@trigger.dev/build": "4.4.3",
"@trigger.dev/build": "4.5.7",
"@types/archiver": "8.0.0",
"@types/busboy": "1.5.4",
"@types/fluent-ffmpeg": "2.1.28",
Expand Down
2 changes: 1 addition & 1 deletion apps/sim/trigger.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const grafanaTelemetry = grafanaFullyConfigured

export default defineConfig({
project: env.TRIGGER_PROJECT_ID!,
runtime: 'node-22',
runtime: 'node-24',
logLevel: 'log',
maxDuration: 5400,
retries: {
Expand Down
Loading
Loading