File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -252,7 +252,7 @@ jobs:
252252 echo "ERROR: DEV_TRIGGER_ACCESS_TOKEN and TRIGGER_PROJECT_ID repo secrets must both be set" >&2
253253 exit 1
254254 fi
255- bunx trigger.dev@4.4.3 deploy --env preview --branch dev-sim
255+ bunx trigger.dev@4.5.7 deploy --env preview --branch dev-sim
256256
257257 # Main/staging: build AMD64 images and push sha-tagged images to ECR + GHCR.
258258 # Runs in parallel with tests — only immutable sha tags are pushed here, and
Original file line number Diff line number Diff line change 133133 "@tiptap/react" : " 3.26.1" ,
134134 "@tiptap/starter-kit" : " 3.26.1" ,
135135 "@tiptap/suggestion" : " 3.26.1" ,
136- "@trigger.dev/sdk" : " 4.4.3 " ,
136+ "@trigger.dev/sdk" : " 4.5.7 " ,
137137 "@typescript/typescript6" : " ^6.0.2" ,
138138 "@xterm/addon-fit" : " 0.11.0" ,
139139 "@xterm/addon-unicode11" : " 0.9.0" ,
238238 "@sim/tsconfig" : " workspace:*" ,
239239 "@tailwindcss/typography" : " 0.5.19" ,
240240 "@testing-library/jest-dom" : " ^6.6.3" ,
241- "@trigger.dev/build" : " 4.4.3 " ,
241+ "@trigger.dev/build" : " 4.5.7 " ,
242242 "@types/archiver" : " 8.0.0" ,
243243 "@types/busboy" : " 1.5.4" ,
244244 "@types/fluent-ffmpeg" : " 2.1.28" ,
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ const grafanaTelemetry = grafanaFullyConfigured
4848
4949export default defineConfig ( {
5050 project : env . TRIGGER_PROJECT_ID ! ,
51- runtime : 'node-22 ' ,
51+ runtime : 'node-24 ' ,
5252 logLevel : 'log' ,
5353 maxDuration : 5400 ,
5454 retries : {
You can’t perform that action at this time.
0 commit comments