@forge/manifest

11.3.0-next.2-experimental-906514511.3.0-next.3
out/schema/basic-manifest.d.ts
out/schema/basic-manifest.d.ts
+1−1
Index: package/out/schema/basic-manifest.d.ts
===================================================================
--- package/out/schema/basic-manifest.d.ts
+++ package/out/schema/basic-manifest.d.ts
@@ -15,9 +15,9 @@
 export type Id = string;
 /**
  * Name of the runtime to use for app execution.
  */
-export type Name = 'nodejs20.x' | 'nodejs22.x';
+export type Name = 'nodejs20.x' | 'nodejs22.x' | 'nodejs24.x';
 /**
  * Lambda architecture, its value can be either 'x86_64' or 'arm64'. Default value is 'x86_64'.
  */
 export type Architecture = 'x86_64' | 'arm64';