Skip to content

Commit c05652e

Browse files
committed
ci: migrate pages workflow from npm to bun
1 parent 5d9fa30 commit c05652e

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/pages.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@ jobs:
3232
fetch-depth: 0
3333
persist-credentials: false
3434

35-
- name: Setup Node.js
36-
uses: actions/setup-node@v4
37-
with:
38-
node-version: "20"
39-
cache: "npm"
35+
- name: Setup Bun
36+
uses: oven-sh/setup-bun@v1
37+
38+
- name: Install dependencies
39+
run: bun install
4040

4141
- name: Install conventional-changelog-cli
42-
run: npm install -g conventional-changelog-cli
42+
run: bun install -g conventional-changelog-cli
4343

4444
- name: Generate changelog
4545
id: changelog

0 commit comments

Comments
 (0)