Skip to content

Merge pull request #200 from SpriteStudio/feature/replace_meshcell #599

Merge pull request #200 from SpriteStudio/feature/replace_meshcell

Merge pull request #200 from SpriteStudio/feature/replace_meshcell #599

Workflow file for this run

name: Node CI
on: [push]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [windows-latest, macos-latest, ubuntu-latest]
node-version: [18.x, 20.x, 22.x]
env:
CI: true
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: npm install, lint, dist
run: |
npm install
npm run lint
npm run dist