Skip to content

chore(deps): bump @aws-sdk/client-s3 from 3.515.0 to 3.645.0 #24

chore(deps): bump @aws-sdk/client-s3 from 3.515.0 to 3.645.0

chore(deps): bump @aws-sdk/client-s3 from 3.515.0 to 3.645.0 #24

Workflow file for this run

name: Validate PR
on:
pull_request:
permissions:
contents: read
jobs:
Build-packages:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v4
- name: Use Node.js 20.x
uses: actions/setup-node@v4
with:
node-version: 20.x
- name: Install
run: yarn
- name: Build 🔧
run: yarn build:all