Skip to content

Commit 941a64b

Browse files
fix(ci): add Node.js 22 setup for semantic-release (#13)
semantic-release v25 requires Node.js ^22.14.0 || >= 24.10.0
1 parent 25cde4a commit 941a64b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ jobs:
2121
fetch-depth: 0
2222
persist-credentials: false
2323

24+
- name: Setup Node.js
25+
uses: actions/setup-node@v4
26+
with:
27+
node-version: "22"
28+
2429
- name: Setup Bun
2530
uses: oven-sh/setup-bun@v2
2631
with:

0 commit comments

Comments
 (0)