CloudflarePagesを利用してGatsbyビルド時に以下のエラーが発生した。
07:43:59.243 error [email protected]: The engine "node" is incompatible with this module. Expected version ">=14.15.0". Got "12.18.0"
07:43:59.253 error Found incompatible module.
Cloudflareの2022/06/18時点のNode.jsのデフォルトのバージョンは 12.18.0
対応
.node-version
16.15.1
他の対応方法としては .nvmrc ファイルや環境変数 NODE_VERSION の指定方法が対応しているようだ。