From 9df6d72b9eaa63cc30043155c351a842766066d3 Mon Sep 17 00:00:00 2001 From: ShellXploit Date: Tue, 3 Mar 2026 19:30:39 +0530 Subject: [PATCH] fix: add node 24 for semantic-release compatibility --- .github/workflows/release.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index c383fe2..2bf5d98 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -28,8 +28,10 @@ jobs: steps: - uses: actions/checkout@v6 - - name: Setup Bun - uses: oven-sh/setup-bun@v2.1.2 + - uses: actions/setup-node@v6.2.0 + with: + node-version: 24 + - uses: oven-sh/setup-bun@v2.1.2 - run: bun install - run: bun run build - run: bun run semantic-release