Skip to content

Commit

Permalink
tests for nodejs10.x
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianpraja committed Nov 6, 2021
1 parent ec7245d commit e27a0cf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,16 @@ jobs:
max-parallel: 1
matrix:
node-version:
- 10.x
- 12.x
- 14.x
include:
- node-version: 12.x
region: "us-west-1"
region: "us-east-1"
- node-version: 12.x
region: "us-east-1"
- node-version: 14.x
region: "us-west-2"
region: "us-east-2"
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
Expand Down
2 changes: 1 addition & 1 deletion test/res/new-function-yaml-v10.lambda
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ AWS_REGION: "eu-central-1"

FunctionName: new-function-v10
Role: "arn:aws:iam::452980636694:role/CliLambdaDeploy-TestRole-1H89NZ845HHBK"
Runtime: "nodejs12.x"
Runtime: "nodejs10.x"
Handler: "index.handler"
MemorySize: "128"
Timeout: "3"
Expand Down

0 comments on commit e27a0cf

Please sign in to comment.