Gcp/Firebase/CloudFunctions/nodeバージョン
提供: 初心者エンジニアの簡易メモ
nodeのバージョン変更
functions/package.json
{ "engines": { "node": "8" } }
8を10へあげればnode10になる。
参考:https://zenn.dev/cbcloud_blog/articles/36460eca046742
バージョンサポートスケジュール
https://cloud.google.com/functions/docs/runtime-support?hl=ja#support_schedule
非推奨のランタイムは 6 ~ 12 か月後に廃止される。