Skip to content

chore(deps): update all non-major dependencies #796

chore(deps): update all non-major dependencies

chore(deps): update all non-major dependencies #796

Workflow file for this run

name: test
on:
push:
paths-ignore:
- 'docs/**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '14'
cache: 'yarn'
- run: yarn install --frozen-lockfile
- run: yarn run test
- run: yarn codecov