Skip to content

Node 6 Depreciated  #18

@NickPrograms

Description

@NickPrograms

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions