From 4e2aea8a5a414b3bcfac0168bea4f6afd032e8f5 Mon Sep 17 00:00:00 2001
From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 26 Aug 2024 21:12:45 +0000
Subject: [PATCH] chore(deps): bump @napi-rs/simple-git from 0.1.17 to 0.1.19 (#1376)
---
docs/hosting.md | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/docs/hosting.md b/docs/hosting.md
index 8e9cb75..eaeea19 100644
--- a/docs/hosting.md
+++ b/docs/hosting.md
@@ -61,6 +61,8 @@
with:
fetch-depth: 0 # Fetch all history for git info
- uses: actions/setup-node@v4
+ with:
+ node-version: 22
- name: Install Dependencies
run: npm ci
- name: Build Quartz
@@ -187,7 +189,7 @@
- build
- deploy
-image: node:18
+image: node:20
cache: # Cache modules in between jobs
key: $CI_COMMIT_REF_SLUG
paths:
@@ -206,7 +208,7 @@
paths:
- public
tags:
- - docker
+ - gitlab-org-docker
pages:
stage: deploy
--
Gitblit v1.10.0