I got that warning when deploying by CLI as tar ball. ```bash (node:13464) [DEP0044] DeprecationWarning: The `util.isArray` API is deprecated. Please use `Array.isArray()` instead. ``` Leaving this here for investigation if needed. Can be closed if no relevant.