Skip to content

Bump aws-cdk-lib from 2.174.1 to 2.177.0 in /infra #13

Bump aws-cdk-lib from 2.174.1 to 2.177.0 in /infra

Bump aws-cdk-lib from 2.174.1 to 2.177.0 in /infra #13

Workflow file for this run

name: CDK Tests
on:
push:
paths:
- 'infra/**'
pull_request:
paths:
- 'infra/**'
defaults:
run:
working-directory: infra
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: 'npm'
cache-dependency-path: infra/package-lock.json
- run: npm ci
- run: npm run test:ci