This commit is contained in:
		@@ -28,7 +28,7 @@ jobs:
 | 
			
		||||
            **/yarn.lock
 | 
			
		||||
      - name: Get yarn cache directory path
 | 
			
		||||
        id: yarn-cache-dir-path
 | 
			
		||||
        run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT
 | 
			
		||||
        run: echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT
 | 
			
		||||
 | 
			
		||||
      - uses: actions/cache@v4
 | 
			
		||||
        id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user