Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Node 6 Depreciated #18

Open
NickPrograms opened this issue Mar 25, 2020 · 0 comments
Open

Node 6 Depreciated #18

NickPrograms opened this issue Mar 25, 2020 · 0 comments

Comments

@NickPrograms
Copy link

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".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant