Skip to content

Bump json5 from 2.2.1 to 2.2.3 #2

Bump json5 from 2.2.1 to 2.2.3

Bump json5 from 2.2.1 to 2.2.3 #2

Workflow file for this run

name: build
on:
- push
- pull_request
- workflow_dispatch
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: '16'
cache: 'yarn'
- name: Build
run: |
yarn install
yarn run lint
yarn run build