Skip to content

chore(deps): bump @aws-sdk/credential-providers from 3.370.0 to 3.379.1 #3426

chore(deps): bump @aws-sdk/credential-providers from 3.370.0 to 3.379.1

chore(deps): bump @aws-sdk/credential-providers from 3.370.0 to 3.379.1 #3426

Workflow file for this run

name: CI
on: push
jobs:
CI:
name: Continuous Integration
runs-on: ubuntu-latest
permissions:
# required by aws-actions/configure-aws-credentials
id-token: write
contents: read
steps:
- uses: actions/checkout@v3
- uses: aws-actions/configure-aws-credentials@v2
with:
role-to-assume: ${{ secrets.GU_RIFF_RAFF_ROLE_ARN }}
aws-region: eu-west-1
- uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
cache: 'yarn'
- run: ./ci.sh