fix(ci): avoid Windows shebang parse failure

This commit is contained in:
Federico Jaramillo Martinez
2026-07-12 20:03:30 +02:00
parent 205bda3480
commit 1db2ae5a9f
-1
View File
@@ -1,4 +1,3 @@
#!/usr/bin/env node
import { execFileSync, spawnSync } from "node:child_process"; import { execFileSync, spawnSync } from "node:child_process";
import { existsSync } from "node:fs"; import { existsSync } from "node:fs";
import { resolve } from "node:path"; import { resolve } from "node:path";