Skip to content

Commit f832b58

Browse files
committed
chore: update runner Node to 24 in release workflow
1 parent cbea1e2 commit f832b58

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/release.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ jobs:
2828
- name: 🏗 Setup Bun
2929
uses: oven-sh/setup-bun@v2
3030

31+
- name: 🏗 Setup Node for semantic-release
32+
uses: actions/setup-node@v6
33+
with:
34+
node-version: 24
35+
3136
- name: 📦 Install dependencies
3237
run: bun install
3338

@@ -46,6 +51,11 @@ jobs:
4651
- name: 🏗 Setup Bun
4752
uses: oven-sh/setup-bun@v2
4853

54+
- name: 🏗 Setup Node for semantic-release
55+
uses: actions/setup-node@v6
56+
with:
57+
node-version: 24
58+
4959
- name: 📦 Install dependencies
5060
run: bun install
5161

0 commit comments

Comments
 (0)