Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
leimaau committed Aug 17, 2024
1 parent 1c7e754 commit 0641bf8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

strategy:
matrix:
node-version: [10.7.0]
node-version: [20.x]

steps:
- name: Checkout code
Expand Down Expand Up @@ -46,3 +46,7 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./build
publish_branch: gh-pages

- name: Fix graceful-fs issue
run: |
npm install graceful-fs@latest --save
1 change: 1 addition & 0 deletions book.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"splitter",
"expandable-chapters",
"github-buttons",
"lightbox",
"page-footer-ex",
"theme-comscore",
"anchors",
Expand Down

0 comments on commit 0641bf8

Please sign in to comment.