Skip to content

Commit

Permalink
update: aws-cdk in github action (#275)
Browse files Browse the repository at this point in the history
  • Loading branch information
gmbronco authored Jun 6, 2024
1 parent fa5e6da commit d2d6949
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
with:
node-version: '20.x'
- name: Install deps
run: npm install -g npm@7 && npm ci
run: npm install -g npm@10 && npm ci
- name: Install CDK
run: npm install -g aws-cdk@2.32.1
run: npm install -g aws-cdk@2.144.0
- name: Build Project
run: npm run build
- name: Build CDK Templates
Expand Down

0 comments on commit d2d6949

Please sign in to comment.