mirror of
https://github.com/anomalyco/opentui.git
synced 2026-09-19 01:26:03 +08:00
core(ffi): update Node.js 26.3 compatibility
Node.js 26.3 expects FFI signatures to use the current argument and return field names.
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@ import { existsSync, mkdirSync } from "node:fs"
|
||||
import { dirname, resolve } from "node:path"
|
||||
import { fileURLToPath } from "node:url"
|
||||
|
||||
export const NODE26_VERSION = "v26.1.0"
|
||||
export const NODE26_VERSION = "v26.3.0"
|
||||
|
||||
const scriptDir = dirname(fileURLToPath(import.meta.url))
|
||||
const repoRoot = resolve(scriptDir, "..")
|
||||
|
||||
Reference in New Issue
Block a user