Skip to content

the suffering is truly never over #4

the suffering is truly never over

the suffering is truly never over #4

Workflow file for this run

name: Build Sokora
on:
push:
branches:
- dev
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: '20.x'
- name: Install packages and build
run: npm install && npx tsc -b ./