Skip to content

build(deps): Bump @aws-sdk/client-sts from 3.410.0 to 3.734.0 #342

build(deps): Bump @aws-sdk/client-sts from 3.410.0 to 3.734.0

build(deps): Bump @aws-sdk/client-sts from 3.410.0 to 3.734.0 #342

Workflow file for this run

name: Test
on:
pull_request:
branches:
- main
concurrency:
group: gha-test
jobs:
test:
runs-on: ubuntu-latest
env:
STAGE_NAME: gha-test
permissions:
id-token: write
contents: read
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- run: npm ci
- run: npm run test