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 Apr 19, 2026. It is now read-only.
In package.json the node engine uses "node": "6". According to Google Cloud Functions, the Node.js 6 runtime is being depreciated and as a result the runtime should be updated to Node.js 8 or Node.js 10. Correct me if I'm wrong but I believe this can be simply fixed by replacing "node": "6" in the package.json folder with "node": "8".
In package.json the node engine uses "node": "6". According to Google Cloud Functions, the Node.js 6 runtime is being depreciated and as a result the runtime should be updated to Node.js 8 or Node.js 10. Correct me if I'm wrong but I believe this can be simply fixed by replacing "node": "6" in the package.json folder with "node": "8".