Skip to content

Commit

Permalink
Make shadow-cljs and eftest caches distinct
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahTheDuke committed Jan 7, 2025
1 parent 21d3f47 commit 154b085
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ jobs:
path: |
~/.m2
~/.lein
key: ${{ runner.os }}-clojure-${{ hashFiles('**/project.clj') }}
restore-keys: ${{ runner.os }}-clojure
key: ${{ runner.os }}-node-clojure-${{ hashFiles('**/project.clj') }}
restore-keys: ${{ runner.os }}-node-clojure

- name: Install npm dependencies
run: npm ci
Expand Down

0 comments on commit 154b085

Please sign in to comment.