Skip to content

Commit cfba41e

Browse files
authored
Update npm-publish-webui.yml
Signed-off-by: Jianwei Mao <maojianwei2016@126.com>
1 parent d3be0fa commit cfba41e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/npm-publish-webui.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,13 @@ jobs:
3232
- name: Refresh version for NPM Package
3333
working-directory: ./.npm-release-binary-webui/
3434
run: npm version prerelease --preid webui-rc1-$GITHUB_REF_NAME-$GITHUB_SHA
35-
35+
36+
37+
- uses: actions/setup-node@v4
38+
with:
39+
node-version: '24'
40+
registry-url: 'https://registry.npmjs.org'
41+
3642
- name: Publish NPM Package
3743
working-directory: ./.npm-release-binary-webui/
3844
run: npm publish

0 commit comments

Comments
 (0)