From 3fbb7e92a4acaa7472c161dced760bae656489da Mon Sep 17 00:00:00 2001 From: Darren Ackers Date: Tue, 5 Sep 2023 08:54:50 +0100 Subject: [PATCH] chore(firestore-record-acknowledgments): upgrade to node18 --- .../firestore-record-acknowledgments/extension.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/extensions/firestore-record-acknowledgments/extension.yaml b/extensions/firestore-record-acknowledgments/extension.yaml index f5290abf..1e432347 100644 --- a/extensions/firestore-record-acknowledgments/extension.yaml +++ b/extensions/firestore-record-acknowledgments/extension.yaml @@ -26,7 +26,7 @@ resources: description: Returns the latest notice document type along with any acknowledgment documents. Optionally, a version can be specified to return a specific notice. properties: location: ${LOCATION} - runtime: nodejs14 + runtime: nodejs18 httpsTrigger: {} - name: acknowledgeNotice @@ -34,7 +34,7 @@ resources: description: Acknowledges a notice by ID. properties: location: ${LOCATION} - runtime: nodejs14 + runtime: nodejs18 httpsTrigger: {} - name: unacknowledgeNotice @@ -42,7 +42,7 @@ resources: description: Unacknowledges a notice by ID. properties: location: ${LOCATION} - runtime: nodejs14 + runtime: nodejs18 httpsTrigger: {} - name: getAcknowledgments @@ -50,7 +50,7 @@ resources: description: Returns a list of all acknowledgments in creation order, including the notice document. properties: location: ${LOCATION} - runtime: nodejs14 + runtime: nodejs18 httpsTrigger: {} - name: createIndex @@ -58,7 +58,7 @@ resources: description: A function used to help with creating Firestore indices that are required for this extension. properties: location: ${LOCATION} - runtime: nodejs14 + runtime: nodejs18 httpsTrigger: {} params: - param: LOCATION