ci: import bun shell
parent
cb1a1fb26c
commit
92ade2a320
|
|
@ -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()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue