Skip to content

Commit

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

0 comments on commit b8d627d

Please sign in to comment.