Update .gitea/workflows/build.yml
	
		
			
	
		
	
	
		
	
		
			Some checks failed
		
		
	
	
		
			
				
	
				Build / Dependencies_NPM (push) Failing after 49s
				
			
		
		
	
	
				
					
				
			
		
			Some checks failed
		
		
	
	Build / Dependencies_NPM (push) Failing after 49s
				
			This commit is contained in:
		@@ -18,15 +18,3 @@ jobs:
 | 
			
		||||
          path: |
 | 
			
		||||
            node_modules    
 | 
			
		||||
          key: npm-${{ hashFiles('package-lock.json') }}
 | 
			
		||||
  Build_Node:
 | 
			
		||||
    runs-on: Docker
 | 
			
		||||
    container:
 | 
			
		||||
      image: node:16
 | 
			
		||||
    steps:
 | 
			
		||||
      - name: Restore Dependencies
 | 
			
		||||
        uses: actions/cache/restore@v3
 | 
			
		||||
        with:
 | 
			
		||||
          - ath: node_modules
 | 
			
		||||
          - key: npm-${{ hashFiles('package-lock.json') }}
 | 
			
		||||
      - name: Build
 | 
			
		||||
        run: npm run build
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user