From 144c918acf3ff3ffa2fddfc656179a604d6094d5 Mon Sep 17 00:00:00 2001 From: CharlieC3 <2747302+CharlieC3@users.noreply.github.com> Date: Fri, 21 Nov 2025 17:20:52 -0500 Subject: [PATCH] ci: try setting up node before release --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 646229a..5d5e002 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -391,6 +391,10 @@ jobs: env: GH_TOKEN: ${{ steps.generate_token.outputs.token }} + - uses: actions/setup-node@v6 + with: + node-version: '20' + - uses: actions/download-artifact@v6 with: path: native