Update hugo and node versions
Signed-off-by: David Tesar <david.tesar@microsoft.com>
This commit is contained in:
		
							parent
							
								
									5dc3c14946
								
							
						
					
					
						commit
						6646288269
					
				| 
						 | 
					@ -7,8 +7,8 @@ functions = "functions"
 | 
				
			||||||
command = "git submodule update --init --recursive --depth 1 && make non-production-build"
 | 
					command = "git submodule update --init --recursive --depth 1 && make non-production-build"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[build.environment]
 | 
					[build.environment]
 | 
				
			||||||
NODE_VERSION = "10.20.0"
 | 
					NODE_VERSION = "20.11.0"
 | 
				
			||||||
HUGO_VERSION = "0.120.3"
 | 
					HUGO_VERSION = "0.121.2"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[context.production.environment]
 | 
					[context.production.environment]
 | 
				
			||||||
HUGO_BASEURL = "https://kubernetes.io/"
 | 
					HUGO_BASEURL = "https://kubernetes.io/"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue