Merge branch 'main' of https://github.com/Quodatum/vscode-basex
This commit is contained in:
		
						commit
						cad09a9e3f
					
				
					 1 changed files with 5 additions and 3 deletions
				
			
		
							
								
								
									
										6
									
								
								.github/workflows/test.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.github/workflows/test.yml
									
										
									
									
										vendored
									
									
								
							| 
						 | 
				
			
			@ -10,10 +10,12 @@ jobs:
 | 
			
		|||
    runs-on: "ubuntu-latest"
 | 
			
		||||
    steps:
 | 
			
		||||
    - name: "Checkout"
 | 
			
		||||
      uses: "actions/checkout@v2"
 | 
			
		||||
      uses: "actions/checkout@v3"
 | 
			
		||||
    
 | 
			
		||||
    - name: "Setup NodeJS"
 | 
			
		||||
      uses: "actions/setup-node@v2.1.0"
 | 
			
		||||
      uses: "actions/setup-node@v3"
 | 
			
		||||
      with:
 | 
			
		||||
        node-version: 16
 | 
			
		||||
        
 | 
			
		||||
    - name: "Install Dependencies"
 | 
			
		||||
      run: "npm install"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue