facebook twitter hatena line email

Gcp/Firebase/CloudFunctions/nodeバージョン

提供: 初心者エンジニアの簡易メモ
移動: 案内検索

nodeのバージョン変更

functions/package.json

{
  "engines": {
    "node": "12"
  }
}

10を12へあげればnode12になる。

2024/4時点では、最新は20となる。

参考:https://zenn.dev/cbcloud_blog/articles/36460eca046742

バージョンサポートスケジュール

https://cloud.google.com/functions/docs/runtime-support?hl=ja#support_schedule

非推奨のランタイムは 6 ~ 12 か月後に廃止される。

nodeバージョン情報:https://ja.wikipedia.org/wiki/Node.js