Skip to content

Bump vite from 4.5.0 to 4.5.1 #64

Bump vite from 4.5.0 to 4.5.1

Bump vite from 4.5.0 to 4.5.1 #64

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