Skip to content

Commit 9cb28ca

Browse files
committed
add npm install to correct CI workflow
1 parent 4c0e99a commit 9cb28ca

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/create-release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@ jobs:
3535
with:
3636
fetch-depth: 0
3737

38+
# we _also_ need npm, specifically for webui/preview
39+
- uses: actions/setup-node@v4
40+
with:
41+
node-version: 18
42+
3843
- name: Get previous version
3944
id: read-version
4045
run: |
@@ -178,11 +183,6 @@ jobs:
178183
with:
179184
ref: ${{ needs.configure.outputs.version_commit }}
180185

181-
# we _also_ need npm, specifically for webui/preview
182-
- uses: actions/setup-node@v4
183-
with:
184-
node-version: 18
185-
186186
- name: Configure
187187
run: |
188188
./configure.sh

0 commit comments

Comments
 (0)