Skip to content

Update version to 6.0.1-next.1 #44

Update version to 6.0.1-next.1

Update version to 6.0.1-next.1 #44

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