Skip to content

Merge branch 'master' of https://github.com/panthorde/launcher #1

Merge branch 'master' of https://github.com/panthorde/launcher

Merge branch 'master' of https://github.com/panthorde/launcher #1

Workflow file for this run

name: Continuous Integration
on: [push, pull_request]
jobs:
build:
if: github.repository_owner == 'PanthorDE'
runs-on: 'ubuntu-latest'
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
steps:
- name: Checkout Code
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20
- name: Install Dependencies
run: npm install
- name: Run build
run: npm run prebuild