Skip to content

Commit e204bf9

Browse files
committed
Build: Fix Windows cache directory
1 parent efcf81a commit e204bf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/browser-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
- name: Cache
9797
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
9898
with:
99-
path: ~/.npm
99+
path: ${{ env.LOCALAPPDATA }}\npm-cache
100100
key: ${{ runner.os }}-node-${{ env.NODE_VERSION }}-npm-lock-${{ hashFiles('**/package-lock.json') }}
101101
restore-keys: |
102102
${{ runner.os }}-node-${{ env.NODE_VERSION }}-npm-lock-

0 commit comments

Comments
 (0)