Update build.yml to install node
	
		
			
	
		
	
	
		
	
		
			Some checks failed
		
		
	
	
		
			
				
	
				rtj.dev Build and Deploy / Build-and-Deploy (push) Failing after 34s
				
			
		
		
	
	
				
					
				
			
		
			Some checks failed
		
		
	
	rtj.dev Build and Deploy / Build-and-Deploy (push) Failing after 34s
				
			This commit is contained in:
		| @@ -10,12 +10,11 @@ jobs: | ||||
|         shell: sh | ||||
|         run: | | ||||
|           apk --update add nodejs npm | ||||
|       - run: npm ci | ||||
|       - run: npm test | ||||
|       - name: Check out repository code | ||||
|         uses: actions/checkout@v3 | ||||
|       - run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner." | ||||
|       - name: Pass login information | ||||
|         shell: sh | ||||
|         env:  | ||||
|           DOCKER_AUTH_CONFIG: ${{ secrets.DOCKER_AUTH_CONFIG }} | ||||
|         run: | | ||||
|   | ||||
		Reference in New Issue
	
	Block a user