Skip to content

Instantly share code, notes, and snippets.

@grant
Created August 3, 2019 02:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save grant/0e4b6a1a3ed98bf7e9011f9df4810678 to your computer and use it in GitHub Desktop.
Save grant/0e4b6a1a3ed98bf7e9011f9df4810678 to your computer and use it in GitHub Desktop.
Run Node 12 package.json
{
"name": "ffnode12",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "functions-framework"
},
"dependencies": {
"@google-cloud/functions-framework": "^1.2.1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment