We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efcf81a commit e204bf9Copy full SHA for e204bf9
.github/workflows/browser-tests.yml
@@ -96,7 +96,7 @@ jobs:
96
- name: Cache
97
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
98
with:
99
- path: ~/.npm
+ path: ${{ env.LOCALAPPDATA }}\npm-cache
100
key: ${{ runner.os }}-node-${{ env.NODE_VERSION }}-npm-lock-${{ hashFiles('**/package-lock.json') }}
101
restore-keys: |
102
${{ runner.os }}-node-${{ env.NODE_VERSION }}-npm-lock-
0 commit comments