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
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".
The text was updated successfully, but these errors were encountered:
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".
The text was updated successfully, but these errors were encountered: