From 27bacb2e369ac90bf040ae1025017c69b60cc11d Mon Sep 17 00:00:00 2001 From: Willhoit Date: Thu, 2 Jul 2026 11:09: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 81313257..0f506b7a 100644 --- a/.github/workflows/onRelease.yml +++ b/.github/workflows/onRelease.yml @@ -48,5 +48,5 @@ jobs: ctc: true sign: true githubTag: ${{ github.event.release.tag_name || inputs.tag }} - + nodeVersion: ${{ vars.NODE_VERSION_OVERRIDE }} secrets: inherit