Skip to content

Commit

Permalink
docs: correcting node versions on readme and installation page
Browse files Browse the repository at this point in the history
Andrew Stacy committed Sep 12, 2024
1 parent 4c82342 commit 08ff280
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/getting-started/installation.md
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@ yarn add adze

| Dependency | Supported Versions | Notes |
| ---------- | ------------------ | ---------------------------------------- |
| node | >= 18.18.0 | When running Adze in a Node environment. |
| node | >= 18.19.x | When running Adze in a Node environment. |
| bun | >= 1.1.x | When running in a Bun environment. |
| deno | >= 1.46.x | When running in a Deno environment. |
| typescript | >= 5.5.x | When using Adze with TypeScript |
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -84,7 +84,7 @@ pnpm add adze

| Dependency | Supported Versions | Notes |
| ---------- | ------------------ | ---------------------------------------- |
| node | >= 18.18.x | When running Adze in a Node environment. |
| node | >= 18.19.x | When running Adze in a Node environment. |
| bun | >= 1.1.26 | When running Adze in a Bun environment. |
| deno | >= 1.46.3 | When running Adze in a Deno environment. |
| typescript | >= 5.5.2 | When using Adze with TypeScript |

0 comments on commit 08ff280

Please sign in to comment.