Skip to content

Commit

Permalink
chore(lambda): upgrade runtime to node 16 (#1317)
Browse files Browse the repository at this point in the history
  • Loading branch information
LoneRifle committed Aug 25, 2022
1 parent 42f1941 commit ce37a12
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,10 @@ jobs:
if: needs.gatekeep.outputs.proceed == 'true'
steps:
- uses: actions/checkout@v2
- name: Use Node.js 12.x
- name: Use Node.js 16.x
uses: actions/setup-node@v1
with:
node-version: '12.x'
node-version: '16.x'
- name: Cache Node.js modules
uses: actions/cache@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ custom:

provider:
name: aws
runtime: nodejs12.x
runtime: nodejs16.x
stage: ${env:LAMBDA_NODE_ENV}
region: ap-southeast-1
memorySize: 256
Expand Down

0 comments on commit ce37a12

Please sign in to comment.