Skip to content

fix(deps): update dependency object-hash to v2.2.0 #805

fix(deps): update dependency object-hash to v2.2.0

fix(deps): update dependency object-hash to v2.2.0 #805

Workflow file for this run

on: [pull_request]
name: Test
jobs:
build:
name: release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/setup-node@v1
with:
node-version: '13.x'
- run: yarn install
- run: yarn build
- run: yarn test
# - run: yarn coverage