Skip to content

fix: downgrade babylon to 5.19.0 fix vrm editor show #68

fix: downgrade babylon to 5.19.0 fix vrm editor show

fix: downgrade babylon to 5.19.0 fix vrm editor show #68

Workflow file for this run

name: ADV.JS Docs
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
timeout-minutes: 10
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [16.x]
os: [ubuntu-latest]
fail-fast: false
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: pnpm
- name: Install Dependencies
run: pnpm install --frozen-lockfile
- name: Build
run: npm run docs:build