Skip to content

chore(deps): bump ws from 7.5.6 to 7.5.10 #50

chore(deps): bump ws from 7.5.6 to 7.5.10

chore(deps): bump ws from 7.5.6 to 7.5.10 #50

Workflow file for this run

name: Test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: install
uses: actions/setup-node@v2
with:
node-version: 16.x
cache: 'yarn'
- run: yarn install --frozen-lockfile
- run: yarn lint
- run: yarn test
- run: yarn build
- name: Upload coverage report to Codecov
uses: codecov/codecov-action@v2.1.0
with:
files: coverage/lcov.info
fail_ci_if_error: true