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 bfb02e3 commit 3216df1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/sh
gcloud functions deploy corsAgent --trigger-http --runtime nodejs12 --allow-unauthenticated
gcloud functions deploy corsAgent --trigger-http --runtime nodejs14 --allow-unauthenticated
# gcloud functions describe corsAgent
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mikespub/gcf-cors-proxy",
"version": "1.2.0",
"version": "1.4.0",
"description": "Basic CORS Proxy via Google Cloud Functions",
"license": "Apache-2.0",
"author": "mikespub",
Expand Down

0 comments on commit 3216df1

Please sign in to comment.