Skip to content

Commit

Permalink
use supabase@1.120.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Dec 18, 2023
1 parent cc184c1 commit 14f951d
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.123.3",
"supabase@1.120.0",
])
.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.123.3",
"supabase@1.120.0",
])
.withEnvVariable("PATH", "/root/.bun/bin:$PATH", { expand: true })
.withDirectory("/app", context)
Expand Down

0 comments on commit 14f951d

Please sign in to comment.