Skip to content

Commit 38268c7

Browse files
committed
Install node before running build in ci
1 parent 64ecc86 commit 38268c7

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build.yaml

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

38+
- name: Install node
39+
run: apk add nodejs
40+
3841
- name: Build summary pages using Asciidoctor Jet
3942
run: ./util/build.sh

0 commit comments

Comments
 (0)