Skip to content

Commit

Permalink
Fix Deno cache path
Browse files Browse the repository at this point in the history
  • Loading branch information
d-gubert committed Dec 6, 2023
1 parent 0b03b66 commit 6609d50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
with:
path: |
- ./node_modules
- ~/.deno
- ~/.cache/deno
key: ${{ runner.OS }}-node_modules-deno-cache-4-${{ hashFiles('./package-lock.json', './deno-runtime/deno.lock', '.github/workflows/build_and_test.yml') }}

- name: npm install
Expand Down

0 comments on commit 6609d50

Please sign in to comment.