Skip to content

fix(pug): compatible with volar 2.0.4 types #100

fix(pug): compatible with volar 2.0.4 types

fix(pug): compatible with volar 2.0.4 types #100

Workflow file for this run

name: ci
on:
push:
branches:
- '*'
jobs:
tsc:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 20
- uses: pnpm/action-setup@v2
- run: pnpm install
- run: pnpm run build