Skip to content

Commit b847191

Browse files
leoortizzjoehan
andauthored
update valid Node.js engine to support 20, 22, and 24 (#9599)
* update valid Node.js engine to support 20, 22, and 24 * format --------- Co-authored-by: Joe Hanley <joehanley@google.com>
1 parent c9054a6 commit b847191

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/frameworks/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export const FIREBASE_FUNCTIONS_VERSION = "^6.0.1";
3434
export const FIREBASE_ADMIN_VERSION = "^11.11.1";
3535
export const SHARP_VERSION = "^0.32 || ^0.33";
3636
export const NODE_VERSION = parseInt(process.versions.node, 10);
37-
export const VALID_ENGINES = { node: [16, 18, 20] };
37+
export const VALID_ENGINES = { node: [20, 22, 24] };
3838

3939
export const VALID_LOCALE_FORMATS = [/^ALL_[a-z]+$/, /^[a-z]+_ALL$/, /^[a-z]+(_[a-z]+)?$/];
4040

0 commit comments

Comments
 (0)