Skip to content

chore(deps): bump @aws-sdk/client-api-gateway from 3.609.0 to 3.693.0 #177

chore(deps): bump @aws-sdk/client-api-gateway from 3.609.0 to 3.693.0

chore(deps): bump @aws-sdk/client-api-gateway from 3.609.0 to 3.693.0 #177

Workflow file for this run

# ~~ Generated by projen. To modify, edit .projenrc.ts and run "npx projen".
name: pr
on:
workflow_dispatch: {}
pull_request: {}
jobs:
pr:
name: test
runs-on: ubuntu-latest
permissions:
contents: read
checks: read
statuses: read
security-events: write
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20.0.0
- run: npm ci
- run: npm run lint
- run: npm run test
- run: npm run build