From b821c7ec1d3047320b6100d12b906549894cdc8f Mon Sep 17 00:00:00 2001 From: Willhoit Date: Thu, 2 Jul 2026 11:10:38 -0500 Subject: [PATCH] chore: allow node version in npm publish --- .github/workflows/onRelease.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/onRelease.yml b/.github/workflows/onRelease.yml index 6a10e15..b5518e5 100644 --- a/.github/workflows/onRelease.yml +++ b/.github/workflows/onRelease.yml @@ -27,7 +27,7 @@ jobs: with: tag: ${{ needs.getDistTag.outputs.tag || 'latest' }} githubTag: ${{ github.event.release.tag_name || inputs.tag }} + nodeVersion: ${{ vars.NODE_VERSION_OVERRIDE }} ctc: true sign: true - secrets: inherit