Skip to content

chore(deps-dev): bump json5 from 1.0.1 to 1.0.2 #109

chore(deps-dev): bump json5 from 1.0.1 to 1.0.2

chore(deps-dev): bump json5 from 1.0.1 to 1.0.2 #109

Workflow file for this run

name: ci
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2.1.0
with:
version: 6.32.3
- uses: actions/setup-node@v2
with:
node-version: "16"
cache: "pnpm"
- run: pnpm i -g @antfu/ni
- run: |
nci
nr lint
nr build