Skip to content

Commit

Permalink
ci: install node dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
takase1121 committed Jun 4, 2024
1 parent 87dfa1e commit a1d67a8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ jobs:
- name: Install meson
run: pip install meson ninja

# prevent running 4 npm ci commands at once
- name: Install node dependencies
run: cd shell; npm ci

- name: Build
run: bash -x scripts/gh-pages-deploy.sh

Expand Down

0 comments on commit a1d67a8

Please sign in to comment.