Skip to content

Commit a9d602b

Browse files
authored
feat(delete-user-data): bump to node 16
2 parents b9fe7a3 + a951759 commit a9d602b

File tree

3 files changed

+18953
-2236
lines changed

3 files changed

+18953
-2236
lines changed

delete-user-data/extension.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ resources:
6262
Cloud Storage.
6363
properties:
6464
location: ${param:LOCATION}
65-
runtime: nodejs14
65+
runtime: nodejs16
6666
eventTrigger:
6767
eventType: providers/firebase.auth/eventTypes/user.delete
6868
resource: projects/${param:PROJECT_ID}
@@ -71,6 +71,7 @@ resources:
7171
type: firebaseextensions.v1beta.function
7272
properties:
7373
location: ${LOCATION}
74+
runtime: nodejs16
7475
eventTrigger:
7576
eventType: google.pubsub.topic.publish
7677
resource: projects/${PROJECT_ID}/topics/ext-${EXT_INSTANCE_ID}-discovery
@@ -79,6 +80,7 @@ resources:
7980
type: firebaseextensions.v1beta.function
8081
properties:
8182
location: ${LOCATION}
83+
runtime: nodejs16
8284
eventTrigger:
8385
eventType: google.pubsub.topic.publish
8486
resource: projects/${PROJECT_ID}/topics/ext-${EXT_INSTANCE_ID}-deletion

0 commit comments

Comments
 (0)