@forge/manifest
11.3.0-next.2-experimental-906514511.3.0-next.3
out/schema/manifest.d.tsout/schema/manifest.d.ts+1−1
Index: package/out/schema/manifest.d.ts
===================================================================
--- package/out/schema/manifest.d.ts
+++ package/out/schema/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';