Skip to content

fix: fixed crash in Node 22+ by using Buffer instead of {} with EnumDisplaySettingsA #12

fix: fixed crash in Node 22+ by using Buffer instead of {} with EnumDisplaySettingsA

fix: fixed crash in Node 22+ by using Buffer instead of {} with EnumDisplaySettingsA #12

Workflow file for this run

name: Lint & Build
on:
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 18.x
- name: Install dependencies
run: npm install --no-package-lock
- name: Lint
run: npm run lint
- name: Build
run: npm run build