From 10aa2b64e74562e7e99bbd79c64dbcbf725691d0 Mon Sep 17 00:00:00 2001 From: Willem Olding Date: Thu, 8 Aug 2024 16:33:33 -0400 Subject: [PATCH] bump node again --- .github/workflows/deploy-docs.yml | 2 +- docs/docusaurus.config.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 7b10b7b..bcb3a47 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -23,7 +23,7 @@ jobs: - name: Set up Node.js uses: actions/setup-node@v3 with: - node-version: 18.x + node-version: 20.x cache: 'npm' cache-dependency-path: './docs/package-lock.json' - name: Install dependencies diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 76f1ae7..986727c 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -12,8 +12,8 @@ const projectName = "WebZjs"; /** @type {import('@docusaurus/types').Config} */ const config = { - title: 'My Site', - tagline: 'Dinosaurs are cool', + title: 'WebZjs Documentation', + tagline: 'WebZjs is a JavaScript library for interacting with the Zcash blockchain', favicon: 'img/favicon.ico', // Set the production url of your site here