Skip to content

Bump json5 from 1.0.1 to 1.0.2 #427

Bump json5 from 1.0.1 to 1.0.2

Bump json5 from 1.0.1 to 1.0.2 #427

Workflow file for this run

name: Run Tests on PRs
on:
pull_request:
branches:
- master
jobs:
tests:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@master
- name: Runs Tests
uses: actions/setup-node@v1
with:
node-version: '14.18.0'
- run: npm install -g jest
- run: npm install -g yarn
- run: yarn
- run: yarn test:ci
- name: Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: ./test/coverage-jest/lcov.info