From 563ab4aaaf8e680968a67e02c3659736fbec0cf7 Mon Sep 17 00:00:00 2001
From: Jacky Zhao <j.zhao2k19@gmail.com>
Date: Tue, 06 Aug 2024 01:49:20 +0000
Subject: [PATCH] docs: update node version in hosting docs

---
 docs/hosting.md |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/docs/hosting.md b/docs/hosting.md
index 8e9cb75..4bbaeb5 100644
--- a/docs/hosting.md
+++ b/docs/hosting.md
@@ -187,7 +187,7 @@
   - build
   - deploy
 
-image: node:18
+image: node:20
 cache: # Cache modules in between jobs
   key: $CI_COMMIT_REF_SLUG
   paths:

--
Gitblit v1.10.0