Skip to content

Commit

Permalink
Merge pull request #31 from leanderiversen/master
Browse files Browse the repository at this point in the history
Updating the default runtime value in SsrSiteProps type definition
  • Loading branch information
jayair authored Jan 17, 2025
2 parents dfcfc3f + b695177 commit 4af3b33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sst/src/constructs/SsrSite.ts
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ export interface SsrSiteProps {
memorySize?: number | Size;
/**
* The runtime environment for the SSR function.
* @default nodejs18.x
* @default nodejs22.x
* @example
* ```js
* runtime: "nodejs20.x",
Expand Down

0 comments on commit 4af3b33

Please sign in to comment.