Skip to content

build: compile against N-API instead of Node.js/Electron #39

build: compile against N-API instead of Node.js/Electron

build: compile against N-API instead of Node.js/Electron #39

Workflow file for this run

name: Commit Build
on:
pull_request:
push:
branches:
- master
paths:
- "src/**"
- "vendor/**"
- ".gitmodules"
- "CMake**"
- "**.js"
- "**.ts"
- "package-lock.json"
- "tsconfig.json"
- "!docs/**"
jobs:
commit-build:
uses: ./.github/workflows/build.yml