Skip to content

build(deps-dev): bump json5 from 2.2.1 to 2.2.3 #10

build(deps-dev): bump json5 from 2.2.1 to 2.2.3

build(deps-dev): bump json5 from 2.2.1 to 2.2.3 #10

Workflow file for this run

# name: Node.js CI
on:
- push
- pull_request
jobs:
unit-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with: { version: 7 }
- uses: actions/setup-node@v3
with:
node-version: 16
cache: 'pnpm'
- run: pnpm install
- run: pnpm test
- uses: codecov/codecov-action@v3