Skip to content

Commit fe90b91

Browse files
fix: set node version for npm-publish @W-16974485@ (#241)
* fix: set node version for npm-publish @W-16974485@ * fix: setup nodejs to v20 for CI scripts * fix: set nodeVersion for nuts workflow
1 parent 39f1a5c commit fe90b91

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-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

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,4 @@ jobs:
2626
fail-fast: false
2727
with:
2828
os: ${{ matrix.os }}
29+
nodeVersion: 20.18.0

0 commit comments

Comments
 (0)