From 323167a001706745e6bd19efb38b0a877859c813 Mon Sep 17 00:00:00 2001
From: Karthi Fair Hawn <61026741+karthifairhawn@users.noreply.github.com>
Date: Sat, 10 Aug 2024 15:32:51 +0000
Subject: [PATCH] docs(hosting): missing key with: (#1334)
---
docs/hosting.md | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/docs/hosting.md b/docs/hosting.md
index 0130275..853e30f 100644
--- a/docs/hosting.md
+++ b/docs/hosting.md
@@ -61,7 +61,8 @@
with:
fetch-depth: 0 # Fetch all history for git info
- uses: actions/setup-node@v4
- node-version: 22
+ with:
+ node-version: 22
- name: Install Dependencies
run: npm ci
- name: Build Quartz
--
Gitblit v1.10.0