From 41d969da4a3a72021dee9f7bc134c948fd533f5b Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 20 Mar 2026 21:48:12 +0000 Subject: [PATCH 1/2] Initial plan From 9b595db9cc2f0a31b2ed1757b749b94355e2f7b2 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 20 Mar 2026 21:49:01 +0000 Subject: [PATCH 2/2] ci: add setup-node step with Node 22 before npm ci Co-authored-by: zhukaihan <7332407+zhukaihan@users.noreply.github.com> Agent-Logs-Url: https://github.com/amplitude/experiment-ruby-server/sessions/9cea838f-75a4-4b8b-98d8-1e0f6017660c --- .github/workflows/release.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 339138f..06bade6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,6 +34,12 @@ jobs: with: ruby-version: 2.7 + - name: Set up Node.js 22 + uses: actions/setup-node@v4 + with: + node-version: 22 + cache: 'npm' + - name: Semantic Release --dry-run if: ${{ github.event.inputs.dryRun == 'true'}} env: