Skip to content

Commit

Permalink
package: minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jooy2 committed Dec 13, 2024
1 parent ef505ad commit e36f918
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/documents.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '20'
node-version: '22'

# cache node_modules
- name: Cache dependencies
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "A VitePress auto sidebar plugin that automatically creates a simple configuration.",
"type": "module",
"types": "dist/index.d.ts",
"author": "jooy2 <[email protected]>",
"author": "CDGet <[email protected]>",
"license": "MIT",
"homepage": "https://vitepress-sidebar.cdget.com",
"repository": {
Expand Down

0 comments on commit e36f918

Please sign in to comment.