Skip to content

Commit 732a160

Browse files
fix: set node version for npm-publish @W-16974485@
1 parent adbc954 commit 732a160

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
@@ -41,5 +41,6 @@ jobs:
4141
sign: true
4242
tag: ${{ needs.getDistTag.outputs.tag || (needs.getMajorVersion.outputs.major == '1') && 'latest' || 'next' }}
4343
githubTag: ${{ github.event.release.tag_name || inputs.tag }}
44+
nodeVersion: 20.18.0
4445

4546
secrets: inherit

0 commit comments

Comments
 (0)