Skip to content

build(deps): bump @aws-sdk/client-s3 from 3.485.0 to 3.513.0 #117

build(deps): bump @aws-sdk/client-s3 from 3.485.0 to 3.513.0

build(deps): bump @aws-sdk/client-s3 from 3.485.0 to 3.513.0 #117

Workflow file for this run

name: Lint CI
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Install Depedencies
run: npm ci
- name: Run Lint
run: npm run lint