Skip to content

Commit

Permalink
fix the cdk deployment (#4)
Browse files Browse the repository at this point in the history
* upgrade the node version

* upgrade the python version

* upgrade cdklocal

* upgrade cdklocal

* upgrade cdklocal

* add creds

* remove cdklocal pinned version
  • Loading branch information
HarshCasper authored Jan 14, 2025
1 parent b8958d4 commit c3f22d3
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20

- name: Install CDK
run: |
Expand All @@ -38,7 +38,7 @@ jobs:
- name: Install Python
uses: actions/setup-python@v4
with:
python-version: '3.8'
python-version: '3.12'

- name: Install dependencies
run: |
Expand All @@ -59,6 +59,9 @@ jobs:
- name: Deploy using CDK
run: |
export AWS_ACCESS_KEY_ID="test"
export AWS_SECRET_ACCESS_KEY="test"
export AWS_DEFAULT_REGION="us-east-1"
cdklocal bootstrap aws://000000000000/us-east-1
cdklocal deploy --require-approval never
Expand Down

0 comments on commit c3f22d3

Please sign in to comment.