docs: update node version in hosting docs
This commit is contained in:
		@@ -187,7 +187,7 @@ stages:
 | 
				
			|||||||
  - build
 | 
					  - build
 | 
				
			||||||
  - deploy
 | 
					  - deploy
 | 
				
			||||||
 | 
					
 | 
				
			||||||
image: node:18
 | 
					image: node:20
 | 
				
			||||||
cache: # Cache modules in between jobs
 | 
					cache: # Cache modules in between jobs
 | 
				
			||||||
  key: $CI_COMMIT_REF_SLUG
 | 
					  key: $CI_COMMIT_REF_SLUG
 | 
				
			||||||
  paths:
 | 
					  paths:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user