Skip to content

Commit

Permalink
update to nodejs 14
Browse files Browse the repository at this point in the history
  • Loading branch information
mikespub committed Oct 15, 2021
1 parent 3216df1 commit e475f94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ See the Cloud Functions [Hello World tutorial][tutorial].
See [Deploying Cloud Functions][deploying] using the gcloud tool from your [filesystem][filesystem] or [repository][repo]

```
$ gcloud functions deploy corsAgent --trigger-http --runtime nodejs12 --allow-unauthenticated
$ gcloud functions deploy corsAgent --trigger-http --runtime nodejs14 --allow-unauthenticated
```

[deploying]: https://cloud.google.com/functions/docs/deploying/
Expand Down

0 comments on commit e475f94

Please sign in to comment.