Skip to content

Commit 5c39600

Browse files
committed
docs: link to particular Deno release in docs
1 parent 2951384 commit 5c39600

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

pkgs/website/src/content/docs/getting-started/compile-to-sql.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ This is an essential step because pgflow's runtime executes flows based on their
2727
Before continuing, make sure you have:
2828
- Completed the [flow definition](/getting-started/create-first-flow/) from the previous step
2929
- The Supabase CLI installed and configured
30-
- Deno version 1.45.x or higher
30+
- [Deno version **1.45.2**](https://github.com/denoland/deno/releases/tag/v1.44.2) (required for flow compilation)
3131
</Aside>
3232

3333
### 1. Compile the flow to SQL

pkgs/website/src/content/docs/getting-started/install-pgflow.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ Let's set up pgflow in your Supabase project. This setup needs to be done only o
1616
<Aside type="caution" title="Prerequisites">
1717
- Supabase CLI version **2.0.2** or higher (check with `supabase -v`)
1818
- A local Supabase project set up
19-
- Deno version **1.45.x** (required for flow compilation)
19+
- [Deno version **1.45.2**](https://github.com/denoland/deno/releases/tag/v1.44.2) (required for flow compilation)
20+
2021

2122
If you haven't installed the CLI yet or need to upgrade, see Supabase's [installation guide](https://supabase.com/docs/guides/cli).
2223
</Aside>

0 commit comments

Comments
 (0)