We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9054a6 commit b847191Copy full SHA for b847191
src/frameworks/constants.ts
@@ -34,7 +34,7 @@ export const FIREBASE_FUNCTIONS_VERSION = "^6.0.1";
34
export const FIREBASE_ADMIN_VERSION = "^11.11.1";
35
export const SHARP_VERSION = "^0.32 || ^0.33";
36
export const NODE_VERSION = parseInt(process.versions.node, 10);
37
-export const VALID_ENGINES = { node: [16, 18, 20] };
+export const VALID_ENGINES = { node: [20, 22, 24] };
38
39
export const VALID_LOCALE_FORMATS = [/^ALL_[a-z]+$/, /^[a-z]+_ALL$/, /^[a-z]+(_[a-z]+)?$/];
40
0 commit comments