Skip to content

Commit 41e4c3b

Browse files
authored
Update platform compatibility info in JS SDK docs (#676)
1 parent 1568c61 commit 41e4c3b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

website/docs/sdk-reference/js/_template.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1347,7 +1347,7 @@ Also, we recommend using [confidential targeting comparators](../../targeting/ta
13471347
<If condition={props.platform === "node"}>
13481348

13491349
{ !props.platform && <>{ getSdkName("node") }:</> }
1350-
- Node.js (v14.x, v16.x, v18.x, v20.x, v22.x) on Windows / Ubuntu / macOS
1350+
- Node.js (v14.x, v16.x, v18.x, v20.x, v22.x, v24.x) on Windows / Ubuntu / macOS
13511351

13521352
</If>
13531353

@@ -1368,7 +1368,7 @@ Also, we recommend using [confidential targeting comparators](../../targeting/ta
13681368
<If condition={props.platform === "cloudflare-worker"}>
13691369

13701370
{ !props.platform && <>{ getSdkName("cloudflare-worker") }:</> }
1371-
- Workerd (2023-02-28)
1371+
- Workerd (2026-04-02)
13721372

13731373
</If>
13741374

0 commit comments

Comments
 (0)