Skip to content

Merge pull request #1100 from moddio/feat-add-3d-map-editor-to-threejs #5052

Merge pull request #1100 from moddio/feat-add-3d-map-editor-to-threejs

Merge pull request #1100 from moddio/feat-add-3d-map-editor-to-threejs #5052

Workflow file for this run

name: CI
on:
push:
pull_request:
branches: [dependabot/**]
jobs:
nodejs:
name: Node.js
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v2
- name: Install Node.js
uses: actions/setup-node@v2
with:
node-version: 20
- name: Install Packages
run: npm ci
- name: Compile Typescript
run: npm run tsc
- name: Build Project
run: npm run build:git