Skip to content
This repository has been archived by the owner on Nov 20, 2023. It is now read-only.

chore(deps): update all dependencies #1227

chore(deps): update all dependencies

chore(deps): update all dependencies #1227

Workflow file for this run

name: Tests
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 14
- run: yarn install
- run: yarn build
- run: yarn test
- run: yarn lint