Skip to content

ci(deps): bump @aws-sdk/client-s3 from 3.449.0 to 3.485.0 #1081

ci(deps): bump @aws-sdk/client-s3 from 3.449.0 to 3.485.0

ci(deps): bump @aws-sdk/client-s3 from 3.449.0 to 3.485.0 #1081

Workflow file for this run

name: Application - Build
on:
push:
branches-ignore: [stable]
paths-ignore:
- ".**"
- "docker/**"
- "**.md"
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "16.14.2"
cache: "yarn"
- run: yarn install
- run: yarn build