Skip to content

feat: update dependencies #168

feat: update dependencies

feat: update dependencies #168

Workflow file for this run

name: Test
on:
push:
branches:
- "*"
pull_request:
branches:
- "*"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Node.js environment
uses: actions/setup-node@v2.4.0
- name: Install yarn
run: npm install -g yarn
- name: Install Dependencies
run: yarn
- name: Run test
run: yarn test