Skip to content

Commit

Permalink
disable nodejs10.x tests: The runtime parameter of nodejs10.x is no l…
Browse files Browse the repository at this point in the history
…onger supported for creating or updating AWS Lambda functions.
  • Loading branch information
adrianpraja committed Nov 6, 2021
1 parent abe1930 commit 65c3738
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ jobs:
max-parallel: 1
matrix:
node-version:
- 10.x
#- 10.x
- 12.x
- 14.x
include:
- node-version: 10.x
region: "us-east-1"
#- node-version: 10.x
# region: "us-east-1"
- node-version: 12.x
region: "us-east-1"
- node-version: 14.x
Expand Down

0 comments on commit 65c3738

Please sign in to comment.