Skip to content

Commit f5712aa

Browse files
remove node12 (incompatible with new cdk version)
1 parent 6090f55 commit f5712aa

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/integrations.node.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ jobs:
2727
- { language: typescript, node-version: '16.x', region: eu-west-2}
2828
- { language: typescript, node-version: '16.x', region: us-east-1}
2929
- { language: typescript, node-version: '14.x', region: us-east-1}
30-
- { language: typescript, node-version: '12.x', region: us-east-1}
3130

3231
env:
3332
AWS_REGION: ${{ matrix.region }}

.github/workflows/integrations.python.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ jobs:
2626
- { language: python, node-version: '16.x', python-version: '3.10', region: us-east-1}
2727
- { language: python, node-version: '16.x', python-version: '3.9', region: us-east-1}
2828
- { language: python, node-version: '16.x', python-version: '3.8', region: us-east-1}
29-
- { language: python, node-version: '16.x', python-version: '3.7', region: us-east-1}
3029

3130
env:
3231
AWS_REGION: ${{ matrix.region }}

0 commit comments

Comments
 (0)