Skip to content

support VBArray

support VBArray #38

Workflow file for this run

name: Continuous Integration
on:
push:
branches:
- master
- dev
jobs:
build:
runs-on: windows-latest
strategy:
matrix:
node-version:
- 22.x
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- name: ensure utf-8 console
shell: cmd
run: chcp 65001
- run: npm ci
- run: node --expose-gc --test