From 292eac66cf19833f89d43122f6a95de5764bf437 Mon Sep 17 00:00:00 2001 From: Cory Rylan Date: Thu, 26 Mar 2026 13:38:13 -0500 Subject: [PATCH] chore(ci): add nodejs env for semantic release Signed-off-by: Cory Rylan --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 72428a9..ca2ba6b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,6 +17,9 @@ jobs: id-token: write steps: - uses: actions/checkout@v6 + - uses: actions/setup-node@v4 + with: + node-version: 24 - uses: oven-sh/setup-bun@v2 - uses: google/wireit@setup-github-actions-caching/v2 - run: bun install