Skip to content

build(deps-dev): bump aws-cdk-lib from 2.132.1 to 2.184.0 in /examples/sst-v2 #1

build(deps-dev): bump aws-cdk-lib from 2.132.1 to 2.184.0 in /examples/sst-v2

build(deps-dev): bump aws-cdk-lib from 2.132.1 to 2.184.0 in /examples/sst-v2 #1

Workflow file for this run

name: ci
on:
pull_request:
branches: ['main']
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x, 20.x, 21.x]
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
with:
version: 8
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'pnpm'
- run: pnpm install
- run: pnpm audit signatures
- run: pnpx commitlint --from ${{ github.event.pull_request.head.sha }}~${{ github.event.pull_request.commits }} --to ${{ github.event.pull_request.head.sha }} --verbose
- run: pnpm run ci
- uses: actions/upload-artifact@v4
with:
name: code-coverage-report-${{ matrix.node-version }}
path: coverage