Update build.yml to install node
	
		
			
	
		
	
	
		
	
		
			Some checks failed
		
		
	
	
		
			
				
	
				rtj.dev Build and Deploy / Build-and-Deploy (push) Failing after 4s
				
			
		
		
	
	
				
					
				
			
		
			Some checks failed
		
		
	
	rtj.dev Build and Deploy / Build-and-Deploy (push) Failing after 4s
				
			This commit is contained in:
		| @@ -7,7 +7,7 @@ jobs: | |||||||
|     runs-on: docker |     runs-on: docker | ||||||
|     steps: |     steps: | ||||||
|       - name: Setup node.js |       - name: Setup node.js | ||||||
|         uses: actions/setup-node@v3 |         run: apk --update add nodejs npm | ||||||
|       - run: npm ci |       - run: npm ci | ||||||
|       - run: npm test |       - run: npm test | ||||||
|       - name: Check out repository code |       - name: Check out repository code | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user