Skip to content

chore(deps): bump json5 from 2.2.1 to 2.2.3 #111

chore(deps): bump json5 from 2.2.1 to 2.2.3

chore(deps): bump json5 from 2.2.1 to 2.2.3 #111

Workflow file for this run

name: Sanity Check
on:
pull_request:
push:
branches:
- "release/**"
tags:
- "v[0-9]+.[0-9]+.[0-9]+"
jobs:
run-tests:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- name: jest
run: |
yarn install --frozen-lockfile
yarn test