Skip to content

Commit c050b4b

Browse files
committed
chore(ci): Use Node.js 22 for semantic-release compatibility
1 parent 6509c2c commit c050b4b

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ jobs:
2727
with:
2828
bun-version: latest
2929

30+
- name: Setup Node.js
31+
uses: actions/setup-node@v4
32+
with:
33+
node-version: 22
34+
3035
- name: Install dependencies
3136
run: bun install
3237

@@ -70,6 +75,11 @@ jobs:
7075
with:
7176
bun-version: latest
7277

78+
- name: Setup Node.js
79+
uses: actions/setup-node@v4
80+
with:
81+
node-version: 22
82+
7383
- name: Install dependencies
7484
run: bun install
7585

0 commit comments

Comments
 (0)