Skip to content

Updated to wtd-core / wtd-three-ext 2.4.0-next.4 #61

Updated to wtd-core / wtd-three-ext 2.4.0-next.4

Updated to wtd-core / wtd-three-ext 2.4.0-next.4 #61

Workflow file for this run

name: Build
on: push
jobs:
build:
name: objloader2
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '18'
- name: Build
shell: bash
run: |
npm ci
npm run lint
npm run build