Skip to content

chore: bump @aws-sdk/lib-storage from 3.215.0 to 3.504.0 #1318

chore: bump @aws-sdk/lib-storage from 3.215.0 to 3.504.0

chore: bump @aws-sdk/lib-storage from 3.215.0 to 3.504.0 #1318

Workflow file for this run

name: test
on: [push]
concurrency:
group: ${{ github.repository }}
cancel-in-progress: false
jobs:
test:
runs-on: ubuntu-20.04
strategy:
max-parallel: 1
matrix:
node-version: [16.x, 18.x]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run eslint
- name: Run tests
run: npm test
env:
S3_ACCESS_KEY_ID: ${{ secrets.S3_ACCESS_KEY_ID }}
S3_SECRET_ACCESS_KEY: ${{ secrets.S3_SECRET_ACCESS_KEY }}