Skip to content

fix: should patch the container head/body element immediately rather than patch its functions with proxy #909

fix: should patch the container head/body element immediately rather than patch its functions with proxy

fix: should patch the container head/body element immediately rather than patch its functions with proxy #909

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- master
- next
- 1.x
jobs:
check:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [lts/*, latest]
steps:
- uses: actions/checkout@v4
- name: Install pnpm
uses: pnpm/[email protected]
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: "pnpm"
- run: corepack enable # https://nodejs.org/api/corepack.html
- run: pnpm install
- run: pnpm run ci
# - run: pnpm run docs:build #执行报错,暂时关闭