Skip to content

Commit

Permalink
docs(hosting): missing key with: (#1334)
Browse files Browse the repository at this point in the history
  • Loading branch information
karthifairhawn authored Aug 10, 2024
1 parent 3b5ed81 commit 323167a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/hosting.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ jobs:
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
Expand Down

0 comments on commit 323167a

Please sign in to comment.