You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 10, 2026. It is now read-only.
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 ?