mirror of
				https://github.com/actions/cache.git
				synced 2025-11-04 07:38:37 +08:00 
			
		
		
		
	Remove final incorrect instances of %AppData% / %LocalAppData% for Windows cache examples
				
					
				
			This commit is contained in:
		
							parent
							
								
									448d805953
								
							
						
					
					
						commit
						74d0cd7a67
					
				| 
						 | 
					@ -138,11 +138,10 @@ steps:
 | 
				
			||||||
  with:
 | 
					  with:
 | 
				
			||||||
    path: |
 | 
					    path: |
 | 
				
			||||||
      ~\.deno
 | 
					      ~\.deno
 | 
				
			||||||
      %LocalAppData%\deno
 | 
					      ~\AppData\Local\deno
 | 
				
			||||||
    key: ${{ runner.os }}-deno-${{ hashFiles('**/deps.ts') }}
 | 
					    key: ${{ runner.os }}-deno-${{ hashFiles('**/deps.ts') }}
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					 | 
				
			||||||
## Elixir - Mix
 | 
					## Elixir - Mix
 | 
				
			||||||
 | 
					
 | 
				
			||||||
```yaml
 | 
					```yaml
 | 
				
			||||||
| 
						 | 
					@ -241,7 +240,7 @@ We cache the elements of the Cabal store separately, as the entirety of `~/.caba
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Node - npm
 | 
					## Node - npm
 | 
				
			||||||
 | 
					
 | 
				
			||||||
For npm, cache files are stored in `~/.npm` on Posix, or `%AppData%/npm-cache` on Windows. See https://docs.npmjs.com/cli/cache#cache
 | 
					For npm, cache files are stored in `~/.npm` on Posix, or `~\AppData\npm-cache` on Windows. See https://docs.npmjs.com/cli/cache#cache
 | 
				
			||||||
 | 
					
 | 
				
			||||||
If using `npm config` to retrieve the cache directory, ensure you run [actions/setup-node](https://github.com/actions/setup-node) first to ensure your `npm` version is correct.
 | 
					If using `npm config` to retrieve the cache directory, ensure you run [actions/setup-node](https://github.com/actions/setup-node) first to ensure your `npm` version is correct.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user