Skip to content

Commit 672925d

Browse files
fix: set node version for npm-publish @W-16974485@
1 parent 39f1a5c commit 672925d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/onRelease.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,6 @@ jobs:
4949
sign: true
5050
tag: ${{ needs.getDistTag.outputs.tag || (needs.getMajorVersion.outputs.major == '1') && 'latest' || 'next' }}
5151
githubTag: ${{ github.event.release.tag_name || inputs.tag }}
52+
nodeVersion: 20.18.0
5253

5354
secrets: inherit

0 commit comments

Comments
 (0)