Skip to content

fix(deps): update dependency aws-cdk-lib to v2.158.0 #1351

fix(deps): update dependency aws-cdk-lib to v2.158.0

fix(deps): update dependency aws-cdk-lib to v2.158.0 #1351

name: Infrastructure
on:
push:
branches:
- "**"
paths:
- .github/workflows/infrastructure.yml
- infrastructure/**
workflow_dispatch:
defaults:
run:
working-directory: infrastructure
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: lts/*
check-latest: true
- run: npm ci
- run: npm run build
- run: npm run lint