From 4b6474e8f6ee5abb8f2e906fd27439ae2cf8be8b Mon Sep 17 00:00:00 2001 From: Willhoit Date: Thu, 2 Jul 2026 11:08:12 -0500 Subject: [PATCH] chore: allow node version in npm publish --- .github/workflows/onRelease.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/onRelease.yml b/.github/workflows/onRelease.yml index 93e38783..af3c5411 100644 --- a/.github/workflows/onRelease.yml +++ b/.github/workflows/onRelease.yml @@ -18,4 +18,5 @@ jobs: sign: true tag: latest githubTag: ${{ github.event.release.tag_name || inputs.tag }} + nodeVersion: ${{ vars.NODE_VERSION_OVERRIDE }} secrets: inherit