Skip to content

Commit

Permalink
bump node again
Browse files Browse the repository at this point in the history
  • Loading branch information
willemolding committed Aug 8, 2024
1 parent d338caa commit 10aa2b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 10aa2b6

Please sign in to comment.