Skip to content

chore(deps): bump @aws-sdk/client-ecs from 3.686.0 to 3.713.0 #75

chore(deps): bump @aws-sdk/client-ecs from 3.686.0 to 3.713.0

chore(deps): bump @aws-sdk/client-ecs from 3.686.0 to 3.713.0 #75

Workflow file for this run

name: node
on: push
jobs:
install:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Use Node.js 18.x
uses: actions/setup-node@v3
with:
node-version: 18.x
cache: npm
- name: install
run: npm install
- name: build
run: npm run build
- name: linter
run: npm run lint
if: ${{ always() }}
- name: test
run: npm run test
- name: Report coverage
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}