ci: import bun shell

This commit is contained in:
Brendan Allan
2025-12-26 14:34:56 -06:00
committed by Aiden Cline
parent 2e7086e321
commit 2ea105735d
+1
View File
@@ -101,6 +101,7 @@ jobs:
import * as fs from 'fs/promises';
import * as path from 'path';
import { DefaultArtifactClient } from "@actions/artifact";
import { $ } from "bun";
const artifactClient = new DefaultArtifactClient()