Skip to content

Commit 5764fc5

Browse files
committed
ci: add Bun setup step to CI workflow
1 parent b225489 commit 5764fc5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/cicd.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ jobs:
2020
with:
2121
node-version-file: '.nvmrc'
2222
cache: 'pnpm'
23+
- uses: oven-sh/setup-bun@v2
24+
with:
25+
bun-version: 'latest'
2326
- run: pnpm install --frozen-lockfile
2427
- run: pnpm run lint:lib
2528
- run: pnpm run test:lib

0 commit comments

Comments
 (0)