Skip to content

Commit

Permalink
hotfix(serverless): update runtime to v18
Browse files Browse the repository at this point in the history
  • Loading branch information
stanleynguyen committed Jul 27, 2023
1 parent 897c959 commit 34bbd3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.serverless.redaction-digest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.serverless.unsubscribe-digest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 34bbd3c

Please sign in to comment.