Skip to content

Bump json5 from 1.0.1 to 1.0.2 #40

Bump json5 from 1.0.1 to 1.0.2

Bump json5 from 1.0.1 to 1.0.2 #40

Workflow file for this run

name: Test CI
on: [push, pull_request]
jobs:
web:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 18
- run: npm install -g pnpm
- run: pnpm install
- run: pnpm lint
- run: pnpm fmt