Skip to content

Commit

Permalink
use supabase@1.123.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Dec 18, 2023
1 parent 4ec05a2 commit cc184c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/.fluentci/src/dagger/jobs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export async function deploy(
"install",
`node@${NODE_VERSION}`,
`bun@${BUN_VERSION}`,
"supabase@1.124.2",
"supabase@1.123.3",
])
.withEnvVariable("PATH", "/root/.bun/bin:$PATH", { expand: true })
.withDirectory("/app", context)
Expand Down
2 changes: 1 addition & 1 deletion src/dagger/jobs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export async function deploy(
"install",
`node@${NODE_VERSION}`,
`bun@${BUN_VERSION}`,
"supabase@1.124.2",
"supabase@1.123.3",
])
.withEnvVariable("PATH", "/root/.bun/bin:$PATH", { expand: true })
.withDirectory("/app", context)
Expand Down

0 comments on commit cc184c1

Please sign in to comment.