Update .gitea/workflows/build.yml
	
		
			
	
		
	
	
		
	
		
			Some checks failed
		
		
	
	
		
			
				
	
				Build / Dependencies_NPM (push) Failing after 1s
				
			
		
		
	
	
				
					
				
			
		
			Some checks failed
		
		
	
	Build / Dependencies_NPM (push) Failing after 1s
				
			This commit is contained in:
		@@ -10,12 +10,12 @@ jobs:
 | 
			
		||||
    steps:
 | 
			
		||||
      - name: Checkout Repository
 | 
			
		||||
        uses: actions/checkout@v3
 | 
			
		||||
	  - name: Create Hash
 | 
			
		||||
	    uses: actions/go-hashfiles@v0.0.1
 | 
			
		||||
      - name: Create Hash
 | 
			
		||||
        uses: actions/go-hashfiles@v0.0.1
 | 
			
		||||
        id: get-hash
 | 
			
		||||
        with: 
 | 
			
		||||
          patterns: package-lock.json
 | 
			
		||||
	  - name: Restore Cached Dependencies
 | 
			
		||||
      - name: Restore Cached Dependencies
 | 
			
		||||
        uses: actions/cache/restore@v3
 | 
			
		||||
        with:
 | 
			
		||||
          path: node_modules    
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user