Skip to content

Onboard release 2.14.0 and readme update #12

Onboard release 2.14.0 and readme update

Onboard release 2.14.0 and readme update #12

Workflow file for this run

name: CDK Test
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/[email protected]
with:
node-version: '20.8.0'
- name: Run CDK Test
run: |
cd infrastructure
npm install
npm test