Skip to content

Commit

Permalink
Downgrade trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
pontusab committed Dec 13, 2024
1 parent 5652232 commit 9e66919
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/preview-dashboard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
env:
TRIGGER_ACCESS_TOKEN: ${{ secrets.TRIGGER_ACCESS_TOKEN }}
run: |
TRIGGER_PROJECT_ID=${{ secrets.TRIGGER_PROJECT_ID }} bunx [email protected].7 deploy --env staging
TRIGGER_PROJECT_ID=${{ secrets.TRIGGER_PROJECT_ID }} bunx [email protected].5 deploy --env staging
working-directory: apps/dashboard
- name: 🏗 Build Project Artifacts
run: bunx vercel build --token=${{ secrets.VERCEL_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/production-dashboard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
env:
TRIGGER_ACCESS_TOKEN: ${{ secrets.TRIGGER_ACCESS_TOKEN }}
run: |
TRIGGER_PROJECT_ID=${{ secrets.TRIGGER_PROJECT_ID }} bunx [email protected].7 deploy
TRIGGER_PROJECT_ID=${{ secrets.TRIGGER_PROJECT_ID }} bunx [email protected].5 deploy
working-directory: apps/dashboard
- name: 🏗 Build Project Artifacts
run: bunx vercel build --prod --token=${{ secrets.VERCEL_TOKEN }}
Expand Down
6 changes: 3 additions & 3 deletions apps/dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
"@todesktop/client-active-win": "^0.15.0",
"@todesktop/client-core": "^1.12.0",
"@todesktop/runtime": "^1.6.4",
"@trigger.dev/sdk": "3.3.7",
"@trigger.dev/react-hooks": "3.3.7",
"@trigger.dev/sdk": "3.3.5",
"@trigger.dev/react-hooks": "3.3.5",
"@uidotdev/usehooks": "^2.4.1",
"@upstash/ratelimit": "^2.0.4",
"@zip.js/zip.js": "2.7.52",
Expand Down Expand Up @@ -86,7 +86,7 @@
"@types/papaparse": "^5.3.15",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"trigger.dev": "3.3.7",
"trigger.dev": "3.3.5",
"typescript": "^5.6.3"
}
}
Binary file modified bun.lockb
Binary file not shown.

0 comments on commit 9e66919

Please sign in to comment.