fix setup-node ci step
This commit is contained in:
		
							parent
							
								
									18459f886a
								
							
						
					
					
						commit
						37e71eb6fe
					
				
							
								
								
									
										2
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							@ -10,6 +10,8 @@ jobs:
 | 
			
		||||
              uses: actions/checkout@v4.1.2
 | 
			
		||||
            - name: Setup Node.js environment
 | 
			
		||||
              uses: actions/setup-node@v4.0.2
 | 
			
		||||
              with:
 | 
			
		||||
                node-version: '>=20.6.0'
 | 
			
		||||
            - run: npm ci
 | 
			
		||||
            - run: cp config.json.example config.json
 | 
			
		||||
            - run: npm run verify
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user