From 5f922eb73ede70712ea36855221379d0087e56fa Mon Sep 17 00:00:00 2001 From: Willhoit Date: Thu, 2 Jul 2026 11:10:05 -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 a652e08..6d81161 100644 --- a/.github/workflows/onRelease.yml +++ b/.github/workflows/onRelease.yml @@ -29,4 +29,5 @@ jobs: sign: true tag: ${{ needs.getDistTag.outputs.tag || 'latest' }} githubTag: ${{ github.event.release.tag_name || inputs.tag }} + nodeVersion: ${{ vars.NODE_VERSION_OVERRIDE }} secrets: inherit