We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d9fa30 commit c05652eCopy full SHA for c05652e
1 file changed
.github/workflows/pages.yml
@@ -32,14 +32,14 @@ jobs:
32
fetch-depth: 0
33
persist-credentials: false
34
35
- - name: Setup Node.js
36
- uses: actions/setup-node@v4
37
- with:
38
- node-version: "20"
39
- cache: "npm"
+ - name: Setup Bun
+ uses: oven-sh/setup-bun@v1
+
+ - name: Install dependencies
+ run: bun install
40
41
- name: Install conventional-changelog-cli
42
- run: npm install -g conventional-changelog-cli
+ run: bun install -g conventional-changelog-cli
43
44
- name: Generate changelog
45
id: changelog
0 commit comments