Skip to content

upgraded aws sdk to v3 #71

upgraded aws sdk to v3

upgraded aws sdk to v3 #71

Workflow file for this run

name: Build
on: [pull_request]
jobs:
build:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Set up Node.js
uses: actions/[email protected]
with:
node-version: '20.x'
- name: Install dependencies
run: yarn
- name: Unit Test
run: yarn test
- name: Build
run: yarn build