Skip to content

Bump json5 from 2.2.1 to 2.2.3 #262

Bump json5 from 2.2.1 to 2.2.3

Bump json5 from 2.2.1 to 2.2.3 #262

Workflow file for this run

name: CI
on:
- push
- pull_request
- workflow_dispatch
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '14'
- id: build
name: Build
run: |
yarn install
yarn run lint
yarn run build