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 4c0e99a commit 9cb28caCopy full SHA for 9cb28ca
.github/workflows/create-release.yml
@@ -35,6 +35,11 @@ jobs:
35
with:
36
fetch-depth: 0
37
38
+ # we _also_ need npm, specifically for webui/preview
39
+ - uses: actions/setup-node@v4
40
+ with:
41
+ node-version: 18
42
+
43
- name: Get previous version
44
id: read-version
45
run: |
@@ -178,11 +183,6 @@ jobs:
178
183
179
184
ref: ${{ needs.configure.outputs.version_commit }}
180
185
181
- # we _also_ need npm, specifically for webui/preview
182
- - uses: actions/setup-node@v4
- with:
- node-version: 18
-
186
- name: Configure
187
188
./configure.sh
0 commit comments