Skip to content

Commit cc1fe2a

Browse files
authored
chore(firestore-stripe-invoices): reconfigured typescript and upgrade to node16
1 parent 014f6f2 commit cc1fe2a

File tree

5 files changed

+5276
-2965
lines changed

5 files changed

+5276
-2965
lines changed

firestore-stripe-invoices/extension.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ resources:
6262
in your specified Cloud Firestore collection
6363
properties:
6464
location: ${LOCATION}
65-
runtime: nodejs10
65+
runtime: nodejs16
6666
eventTrigger:
6767
eventType: providers/cloud.firestore/eventTypes/document.create
6868
resource: projects/${PROJECT_ID}/databases/(default)/documents/${INVOICES_COLLECTION}/{id}
@@ -75,7 +75,7 @@ resources:
7575
a new Stripe Event is received.
7676
properties:
7777
location: ${LOCATION}
78-
runtime: nodejs10
78+
runtime: nodejs16
7979
httpsTrigger: {}
8080

8181
params:

0 commit comments

Comments
 (0)