Skip to content

chore(deps): bump @aws-sdk/client-cloudformation from 3.577.0 to 3.726.1 #143

chore(deps): bump @aws-sdk/client-cloudformation from 3.577.0 to 3.726.1

chore(deps): bump @aws-sdk/client-cloudformation from 3.577.0 to 3.726.1 #143

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
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v1-node16
with:
role-to-assume: ${{ secrets.AWS_OIDC_ROLE_TO_ASSUME }}
aws-region: us-east-1
- run: npm ci
- run: npm run test