Skip to content

Commit

Permalink
Fix node install
Browse files Browse the repository at this point in the history
  • Loading branch information
Pyrofab committed Mar 31, 2024
1 parent b8d627d commit fed08dc
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 @@ -22,6 +22,8 @@ jobs:
node-version: latest
cache: "npm"
cache-dependency-path: svelte_sprinkles/package-lock.json
- name: Install node modules
run: npm --prefix svelte_sprinkles ci
- 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 @@ -43,6 +43,8 @@ jobs:
node-version: latest
cache: "npm"
cache-dependency-path: svelte_sprinkles/package-lock.json
- name: Install node modules
run: npm --prefix svelte_sprinkles ci
- name: Setup Pages
id: pages
uses: actions/configure-pages@v5
Expand Down

0 comments on commit fed08dc

Please sign in to comment.