Skip to content

Commit 27dadd9

Browse files
committed
Fix color issue
1 parent 48ffd8f commit 27dadd9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262

6363
- uses: oven-sh/setup-bun@v2
6464
with:
65-
bun-version: latest
65+
bun-version: '1.3.9'
6666

6767
- run: bun install --frozen-lockfile
6868

@@ -85,7 +85,7 @@ jobs:
8585
- uses: actions/checkout@v6
8686
- uses: oven-sh/setup-bun@v2
8787
with:
88-
bun-version: latest
88+
bun-version: '1.3.9'
8989
- run: bun install --frozen-lockfile
9090
- name: Publish to VS Code Marketplace
9191
run: bunx @vscode/vsce publish --no-dependencies

0 commit comments

Comments
 (0)