Skip to content

Commit b46ae2f

Browse files
committed
fix(hf): github workflow config test integration
1 parent c58e980 commit b46ae2f

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,14 @@ jobs:
7676
with:
7777
name: dist
7878
path: ./dist
79+
- uses: actions/setup-node@v4
80+
with:
81+
node-version: '24.x'
82+
cache: 'npm'
83+
- run: npm ci
84+
- uses: oven-sh/setup-bun@v2
85+
with:
86+
bun-version: '1.3.6'
7987
- run: npm run test:integration:bun
8088

8189
integration-deno:
@@ -90,4 +98,4 @@ jobs:
9098
- uses: denoland/setup-deno@v2
9199
with:
92100
deno-version: v2.6.6
93-
- run: npm run test:integration:deno
101+
- run: npm run test:integration:deno

0 commit comments

Comments
 (0)