From 017ee9784e9abd39a7cdf61f55ebd0888b0c8a52 Mon Sep 17 00:00:00 2001 From: Willhoit Date: Thu, 2 Jul 2026 11:07:58 -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 df5d4309..3bdf2d5d 100644 --- a/.github/workflows/onRelease.yml +++ b/.github/workflows/onRelease.yml @@ -18,6 +18,7 @@ jobs: sign: true tag: prerelease githubTag: ${{ github.event.release.tag_name || inputs.tag }} + nodeVersion: ${{ vars.NODE_VERSION_OVERRIDE }} secrets: inherit # canaries: # needs: [npm]