Skip to content

Commit

Permalink
WF tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
docwho2 committed Nov 12, 2023
1 parent acde90f commit c2b1e5c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,12 @@ jobs:
java-version: '17'
distribution: 'corretto'
cache: maven

- name: Set up Node we can install CDK
uses: actions/setup-node@v4
with:
node-version: "18"

- name: Install CDK
run: npm install -g aws-cdk
run: |
node -v
npm install -g aws-cdk
cdk version
- name: Setup AWS Creds
id: aws-creds
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/synth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,8 @@ jobs:
java-version: '17'
distribution: 'corretto'
cache: maven

#- name: Set up Node so we can install CDK
# uses: actions/setup-node@v4
# with:
# node-version: "18"

- name: Install CDK
using: node18
run: npm install -g aws-cdk

- name: Verify Synth works to validate stack
Expand Down

0 comments on commit c2b1e5c

Please sign in to comment.