diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 79d5afb8c..e42a16f60 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: diff --git a/serverless.yml b/serverless.yml index 9e9d298e5..c8fa3dfcd 100644 --- a/serverless.yml +++ b/serverless.yml @@ -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