Skip to content

gameloader.ts is no longer crashing, but not yet finished. #2320

gameloader.ts is no longer crashing, but not yet finished.

gameloader.ts is no longer crashing, but not yet finished. #2320

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- name: Install dependencies
run: npm ci
- name: "Run build"
run: npm run build
- uses: actions/upload-artifact@v3
with:
name: Build
path: dist