We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 118928d commit d4669a6Copy full SHA for d4669a6
1 file changed
.github/workflows/main.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Setup Node.js
26
uses: actions/setup-node@v3
27
with:
28
- node-version: 18
+ node-version: 20
29
30
- name: Install CDK
31
run: |
@@ -51,6 +51,11 @@ jobs:
51
echo "Startup complete"
52
53
- name: Deploy using CDK
54
+ env:
55
+ AWS_DEFAULT_REGION: us-east-1
56
+ AWS_REGION: us-east-1
57
+ AWS_ACCESS_KEY_ID: test
58
+ AWS_SECRET_ACCESS_KEY: test
59
60
cdklocal bootstrap aws://000000000000/us-east-1
61
cdklocal deploy --all --require-approval never
0 commit comments