Skip to content

dev-deps: bump @aws-sdk/credential-provider-ini from 3.972.60 to 3.972.62 #203

dev-deps: bump @aws-sdk/credential-provider-ini from 3.972.60 to 3.972.62

dev-deps: bump @aws-sdk/credential-provider-ini from 3.972.60 to 3.972.62 #203

Workflow file for this run

name: Build
permissions:
contents: read
on:
push:
branches: [main, develop]
pull_request:
branches: [main, develop]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: pnpm/action-setup@v6
- uses: actions/setup-node@v6
with:
node-version: '22'
cache: 'pnpm'
- run: pnpm install --frozen-lockfile
- run: pnpm build
- name: Verify package exports (publint)
run: pnpm lint:publish
- name: Smoke-test built output (ESM + CJS)
run: pnpm test:dist