From 34bbd3c868594fcbecfb16af2cebd338ad8c7a93 Mon Sep 17 00:00:00 2001 From: Stanley Nguyen Date: Thu, 27 Jul 2023 14:15:01 +0800 Subject: [PATCH] hotfix(serverless): update runtime to v18 --- .github/workflows/deploy.serverless.redaction-digest.yml | 2 +- .github/workflows/deploy.serverless.unsubscribe-digest.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.serverless.redaction-digest.yml b/.github/workflows/deploy.serverless.redaction-digest.yml index 138883a52..cf00857d2 100644 --- a/.github/workflows/deploy.serverless.redaction-digest.yml +++ b/.github/workflows/deploy.serverless.redaction-digest.yml @@ -101,7 +101,7 @@ jobs: env: # Update the configuration ROLE: "${{ secrets.REDACTION_ROLE }}" - RUNTIME: nodejs12.x + RUNTIME: nodejs18.x HANDLER: serverless/redaction-digest/build/index.handler TIMEOUT: 600 MEMORY_SIZE: 256 diff --git a/.github/workflows/deploy.serverless.unsubscribe-digest.yml b/.github/workflows/deploy.serverless.unsubscribe-digest.yml index 9f2ca99ed..9878c5755 100644 --- a/.github/workflows/deploy.serverless.unsubscribe-digest.yml +++ b/.github/workflows/deploy.serverless.unsubscribe-digest.yml @@ -101,7 +101,7 @@ jobs: env: # Update the configuration ROLE: "${{ secrets.UNSUBSCRIBE_ROLE }}" - RUNTIME: nodejs12.x + RUNTIME: nodejs18.x HANDLER: serverless/unsubscribe-digest/build/index.handler TIMEOUT: 600 MEMORY_SIZE: 256