Skip to content

Commit

Permalink
Update src/types/presets.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Jamie Curnow <jamie@island-web.ca>
  • Loading branch information
2 people authored and posva committed Jul 31, 2023
1 parent b70180b commit 79e3071
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/presets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ interface FirebaseOptionsBase {
* Firebase functions node runtime version.
* @see https://cloud.google.com/functions/docs/concepts/nodejs-runtime
*/
nodeVersion?: "20" | "18" | "16" | "14" | "12" | "10";
nodeVersion?: "20" | "18" | "16";
}

interface FirebaseOptionsGen1 extends FirebaseOptionsBase {
Expand Down

0 comments on commit 79e3071

Please sign in to comment.