Skip to content

chore(deps): bump aws-sdk from 2.1407.0 to 2.1426.0 #328

chore(deps): bump aws-sdk from 2.1407.0 to 2.1426.0

chore(deps): bump aws-sdk from 2.1407.0 to 2.1426.0 #328

Workflow file for this run

name: Build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x, 14.x, 16.x]
steps:
- uses: actions/checkout@v2
- name: Use node ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: yarn install --frozen-lockfile
- run: yarn test
- run: yarn lint
- name: Generate code coverage
uses: codecov/codecov-action@v1