fix(ci): skip local node headers on windows

This commit is contained in:
Mark IJbema
2026-06-29 13:56:35 +02:00
parent a42ed4743d
commit bf96052b24
+2
View File
@@ -44,12 +44,14 @@ runs:
# kilocode_change start
- name: Setup Node for native dependency builds
if: runner.os != 'Windows'
uses: actions/setup-node@v6
with:
node-version: "24"
package-manager-cache: false
- name: Configure node-gyp Node headers
if: runner.os != 'Windows'
run: |
node <<'NODE'
const fs = require("node:fs")