Skip to content

Commit 7e30e27

Browse files
committed
ci: Use Node.js 22 for semantic-release compatibility.
1 parent 329701a commit 7e30e27

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
- uses: actions/setup-node@v4
3333
with:
34-
node-version: 20
34+
node-version: 22
3535
cache: npm
3636

3737
- run: npm ci

0 commit comments

Comments
 (0)