Files
LNXSDK/Kha/.github/workflows/node.yml
2026-05-21 23:40:20 -07:00

26 lines
469 B
YAML

name: Node.js
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Get DLC
run: ./get_dlc
- name: Get Node.js
run: git clone https://github.com/Kode/nodejs_bin.git --depth 1
- name: Setup Node.js
run: nodejs_bin/copysysbin.sh
- name: Compile
run: nodejs_bin/node make.js node --kha . --from Tests/Empty