Workflow
Some checks failed
Build Windows / build (push) Has been cancelled

This commit is contained in:
RoyceDa
2026-02-17 19:27:09 +02:00
parent 641a0a27be
commit 61876655d9
2 changed files with 19 additions and 1 deletions

View File

@@ -0,0 +1,18 @@
name: Build Windows
on:
push:
branches:
- main
jobs:
build:
runs-on: windows-latest
steps:
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: '18'
- name: Install npm dependencies
run: npm install
- name: Build the application
run: npm run kernel:win