We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3be0fa commit cfba41eCopy full SHA for cfba41e
.github/workflows/npm-publish-webui.yml
@@ -32,7 +32,13 @@ jobs:
32
- name: Refresh version for NPM Package
33
working-directory: ./.npm-release-binary-webui/
34
run: npm version prerelease --preid webui-rc1-$GITHUB_REF_NAME-$GITHUB_SHA
35
-
+
36
37
+ - uses: actions/setup-node@v4
38
+ with:
39
+ node-version: '24'
40
+ registry-url: 'https://registry.npmjs.org'
41
42
- name: Publish NPM Package
43
44
run: npm publish
0 commit comments