Skip to content

Commit

Permalink
Update Firebase hosting example to use Node.js 14. (#27988)
Browse files Browse the repository at this point in the history
  • Loading branch information
leerob committed Aug 13, 2021
1 parent ea6a0f0 commit c8be62c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/with-firebase-hosting/firebase.json
Expand Up @@ -15,6 +15,6 @@
"npm --prefix \"$PROJECT_DIR\" install",
"npm --prefix \"$PROJECT_DIR\" run build"
],
"runtime": "nodejs10"
"runtime": "nodejs14"
}
}

0 comments on commit c8be62c

Please sign in to comment.