File tree Expand file tree Collapse file tree 3 files changed +47
-73
lines changed
Expand file tree Collapse file tree 3 files changed +47
-73
lines changed Original file line number Diff line number Diff line change @@ -35,10 +35,10 @@ jobs:
3535 - name : Deploy to Staging
3636 if : github.ref == 'refs/heads/staging'
3737 working-directory : ./apps/sim
38- run : npx --yes trigger.dev@3.3.17 deploy -e staging
38+ run : npx --yes trigger.dev@4.0.0 deploy -e staging
3939
4040 - name : Deploy to Production
4141 if : github.ref == 'refs/heads/main'
4242 working-directory : ./apps/sim
43- run : npx --yes trigger.dev@3.3.17 deploy
43+ run : npx --yes trigger.dev@4.0.0 deploy
4444
Original file line number Diff line number Diff line change 6868 "@radix-ui/react-tooltip" : " ^1.1.6" ,
6969 "@react-email/components" : " ^0.0.34" ,
7070 "@sentry/nextjs" : " ^9.15.0" ,
71- "@trigger.dev/sdk" : " 3.3.17 " ,
71+ "@trigger.dev/sdk" : " 4.0.0 " ,
7272 "@types/three" : " 0.177.0" ,
7373 "@vercel/og" : " ^0.6.5" ,
7474 "@vercel/speed-insights" : " ^1.2.0" ,
130130 "@testing-library/jest-dom" : " ^6.6.3" ,
131131 "@testing-library/react" : " ^16.3.0" ,
132132 "@testing-library/user-event" : " ^14.6.1" ,
133- "@trigger.dev/build" : " 3.3.17 " ,
133+ "@trigger.dev/build" : " 4.0.0 " ,
134134 "@types/js-yaml" : " 4.0.9" ,
135135 "@types/jsdom" : " 21.1.7" ,
136136 "@types/lodash" : " ^4.17.16" ,
You can’t perform that action at this time.
0 commit comments