Skip to content

⬆️ Bump json5 from 1.0.1 to 1.0.2 #39

⬆️ Bump json5 from 1.0.1 to 1.0.2

⬆️ Bump json5 from 1.0.1 to 1.0.2 #39

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
lint:
name: CI
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2.1.0
name: Install PNPM
with:
version: 6
- uses: actions/setup-node@v2
with:
node-version: "16"
cache: "pnpm"
cache-dependency-path: "**/pnpm-lock.yaml"
- run: |
pnpm install
pnpm run check