Skip to content

Commit

Permalink
Add NPM install workflow step
Browse files Browse the repository at this point in the history
  • Loading branch information
Pyrofab committed Mar 31, 2024
1 parent dbcb7ff commit c35a569
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: latest
- name: Install node modules
run: npm --prefix svelte_sprinkles install
- name: Setup Pages
id: pages
uses: actions/configure-pages@v5
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: latest
- name: Install node modules
run: npm --prefix svelte_sprinkles install
- name: Setup Pages
id: pages
uses: actions/configure-pages@v5
Expand Down

0 comments on commit c35a569

Please sign in to comment.