CloudFlow icon indicating copy to clipboard operation
CloudFlow copied to clipboard

Support for node 10

Open edi9999 opened this issue 5 years ago • 1 comments

Currently, cloudflow shows that it is only compatible with node 8 :

"engines": { "node": "^8.0.0", "yarn": "^1.3.2", "npm": "^5.0.0" },

(in package.json)

Can you test cloudflow on node 10 and then publish a new version with the updated engines ?

edi9999 avatar May 09 '19 14:05 edi9999

Hi. Just to clarify- CloudFlow has no run-time dependencies. NodeJS is only needed during development time, not when running in production.

GuyShaanan avatar May 10 '19 07:05 GuyShaanan