Skip to content

Commit 82862e2

Browse files
committed
chore: add Bun setup to CI workflow and remove pnpm version specification
1 parent ac50672 commit 82862e2

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ jobs:
1717
node-version: 20.x
1818
cache: pnpm
1919

20+
- name: Setup Bun
21+
uses: oven-sh/setup-bun@v2
22+
2023
- name: Install dependencies
2124
run: pnpm install --frozen-lockfile
2225
env:
@@ -50,15 +53,16 @@ jobs:
5053

5154
- name: Setup pnpm
5255
uses: pnpm/action-setup@v4
53-
with:
54-
version: 10
5556

5657
- name: Use Node 20
5758
uses: actions/setup-node@v4
5859
with:
5960
node-version: 20.x
6061
cache: pnpm
6162

63+
- name: Setup Bun
64+
uses: oven-sh/setup-bun@v2
65+
6266
- name: Install dependencies
6367
run: pnpm install --frozen-lockfile
6468
env:

0 commit comments

Comments
 (0)