Skip to content

Commit

Permalink
Debugging CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
underbluewaters committed Sep 9, 2024
1 parent 0ffac68 commit bf4c83b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,11 +121,11 @@ jobs:
aws-region: us-west-2
- uses: actions/setup-node@v3
with:
node-version: "18.6"
node-version: "18.17"
cache: "npm"
- name: Install CDK
run: |
npm install -g aws-cdk typescript@5.2
npm install -g aws-cdk typescript@5.5.3
- name: Install dependencies
run: |
npx [email protected] bootstrap --scope=infra
Expand Down Expand Up @@ -174,7 +174,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v2
with:
node-version: "18.6"
node-version: "18.17"
cache: "npm"
- name: Install dependencies
run: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: "18.6"
node-version: "18.17"
cache: "npm"
# - name: Setup tmate session
# uses: mxschmitt/action-tmate@v3
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: "18.6"
node-version: "18.17"
cache: "npm"
- name: Install dependencies
run: |
Expand All @@ -127,7 +127,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: "18.6"
node-version: "18.17"
cache: "npm"
- id: short_sha
run: |
Expand Down

0 comments on commit bf4c83b

Please sign in to comment.