Try fix build again

This commit is contained in:
Sander Declerck 2025-11-28 11:02:48 +01:00
parent ccc8d685b2
commit bc51c839d0
No known key found for this signature in database
2 changed files with 2 additions and 4 deletions

View file

@ -50,7 +50,7 @@ jobs:
- name: Set up Node.js - name: Set up Node.js
uses: actions/setup-node@v3 uses: actions/setup-node@v3
with: with:
node-version: "22.x" node-version: "lts/*"
- name: Setup safe-chain - name: Setup safe-chain
run: | run: |
@ -60,8 +60,7 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: npm ci --ignore-scripts run: npm ci --ignore-scripts
- name: Create binary (Unix) - name: Create binary
if: matrix.os != 'win'
run: | run: |
node build.js ${{ matrix.target }} node build.js ${{ matrix.target }}

View file

@ -5,7 +5,6 @@ import { knownAikidoTools, getPackageManagerList } from "./helpers.js";
import fs from "fs"; import fs from "fs";
import os from "os"; import os from "os";
import path from "path"; import path from "path";
import { fileURLToPath } from "url";
import { includePython } from "../config/cliArguments.js"; import { includePython } from "../config/cliArguments.js";
/** /**