Skip to content

Bump @aws-sdk/client-sts from 3.787.0 to 3.896.0 in /files/deployable #338

Bump @aws-sdk/client-sts from 3.787.0 to 3.896.0 in /files/deployable

Bump @aws-sdk/client-sts from 3.787.0 to 3.896.0 in /files/deployable #338

Workflow file for this run

name: Lambda Package Validation
on: [push, pull_request]
jobs:
test:
name: Package Validation
strategy:
matrix:
os: [ubuntu-24.04, windows-2025, macos-15]
version: [20]
runs-on: ${{ matrix.os }}
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Setup
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.version }}
- name: Ensure Build
working-directory: files/deployable
run: npm ci