Skip to content

Commit

Permalink
modify hash source
Browse files Browse the repository at this point in the history
  • Loading branch information
idleberg committed Aug 29, 2024
1 parent 5ac60d1 commit 3f68077
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deno.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
path: |
~/.deno
~/.cache/deno
key: ${{ runner.os }}-deno-${{ hashFiles('**/jsr.json') }}
key: ${{ runner.os }}-deno-${{ hashFiles('**/pnpm-lock.yaml') }}

- name: Install Vite
run: deno install npm:${{ matrix.vite-version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/jsr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
path: |
~/.deno
~/.cache/deno
key: ${{ runner.os }}-deno-${{ hashFiles('**/jsr.json') }}
key: ${{ runner.os }}-deno-${{ hashFiles('**/pnpm-lock.yaml') }}
- run: |
deno lint \
--ignore=node_modules src tests \
Expand Down

0 comments on commit 3f68077

Please sign in to comment.