We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bf2579 commit 8b14c8dCopy full SHA for 8b14c8d
.github/workflows/publish_webui.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Checkout
17
uses: actions/checkout@v5
18
- name: Setup Node
19
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v5
20
with:
21
node-version: '22.12.0'
22
- name: NPM Install
.github/workflows/test_webui.yml
@@ -15,7 +15,7 @@ jobs:
15
0 commit comments