Skip to content

Commit

Permalink
Update src/presets/firebase.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 79e3071 commit 328dab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/presets/firebase.ts
Expand Up @@ -79,7 +79,7 @@ async function writeRoutes(nitro: Nitro) {
);

let nodeVersion: string = nitro.options.firebase?.nodeVersion || "18";
const supportedNodeVersions = new Set(["20", "18", "16", "14", "12", "10"]);
const supportedNodeVersions = new Set(["20", "18", "16"]);

Check warning on line 82 in src/presets/firebase.ts

View check run for this annotation

Codecov / codecov/patch

src/presets/firebase.ts#L81-L82

Added lines #L81 - L82 were not covered by tests
// ^ See https://cloud.google.com/functions/docs/concepts/nodejs-runtime
try {
const currentNodeVersion = JSON.parse(
Expand Down

0 comments on commit 328dab3

Please sign in to comment.