Skip to content

updated dependencies to fix 14 vulnerabilities #37

updated dependencies to fix 14 vulnerabilities

updated dependencies to fix 14 vulnerabilities #37

Workflow file for this run

name: CI Checks
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: yarn
- name: Lint
run: yarn lint