Skip to content

chore(deps): bump @aws-sdk/client-s3 from 3.299.0 to 3.598.0 #260

chore(deps): bump @aws-sdk/client-s3 from 3.299.0 to 3.598.0

chore(deps): bump @aws-sdk/client-s3 from 3.299.0 to 3.598.0 #260

Workflow file for this run

name: Unit Tests
on: [push]
jobs:
unittests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '18.x'
- name: Install Dependencies
run: npm ci
- name: Run Unit Tests
run: npm test