Skip to content

Commit d45f18b

Browse files
committed
chore: update workflow
1 parent 51274ed commit d45f18b

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,16 @@ jobs:
99
release:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v3
12+
- uses: actions/checkout@v4
1313
with:
1414
fetch-depth: 0
1515

16-
- uses: actions/setup-node@v3
16+
- uses: oven-sh/setup-bun@v1
1717
with:
18-
node-version: 20.x
19-
cache: "npm"
18+
bun-version: latest
2019

2120
- name: Install Dependencies
22-
run: npm install
21+
run: bun install
2322

2423
- name: Generate Changelog and Release
2524
run: npx changelogithub

0 commit comments

Comments
 (0)