Skip to content

Commit 4c0e99a

Browse files
committed
install npm in CI release action
1 parent e5ca74f commit 4c0e99a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/create-release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,11 @@ jobs:
178178
with:
179179
ref: ${{ needs.configure.outputs.version_commit }}
180180

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

0 commit comments

Comments
 (0)