From 7c5709b66008b565c3b298c7ec93c4cee432b91f Mon Sep 17 00:00:00 2001
From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 19 Aug 2024 21:15:34 +0000
Subject: [PATCH] chore(deps): bump preact-render-to-string from 6.5.7 to 6.5.9 (#1360)
---
docs/hosting.md | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/docs/hosting.md b/docs/hosting.md
index 4bbaeb5..853e30f 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
--
Gitblit v1.10.0