mirror of
				https://github.com/cse110-fa22-group29/cse110-fa22-group29.git
				synced 2025-10-30 19:46:49 +00:00 
			
		
		
		
	update js-unittest action to use nodejs v 18
This commit is contained in:
		
							
								
								
									
										4
									
								
								.github/workflows/js-unittest.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/js-unittest.yml
									
									
									
									
										vendored
									
									
								
							| @@ -16,7 +16,9 @@ jobs: | ||||
|       - name: Install apt updates | ||||
|         run: sudo apt -y update; sudo apt -y upgrade; | ||||
|       - name: Install prerequisites | ||||
|         run: sudo apt install -y nodejs npm; | ||||
|       - uses: actions/setup-node@v3 | ||||
|         with: | ||||
|           node-version: 18 | ||||
|       - name: Checkout | ||||
|         uses: actions/checkout@v3 | ||||
|       - name: Install dependencies | ||||
|   | ||||
		Reference in New Issue
	
	Block a user