Skip to content

Commit 712aa76

Browse files
committed
fix: update zod version in node sdk yarn install comman
1 parent 7b7a61d commit 712aa76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/platform/sdks/server/typescript.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ pnpm add @novu/api
3131
<Tab value="Yarn">
3232

3333
```bash
34-
yarn add @novu/api zod
34+
yarn add @novu/api zod@^3
3535

3636
## Note that Yarn does not install peer dependencies automatically. You will need
3737

0 commit comments

Comments
 (0)