Skip to content

Commit

Permalink
fix: use node 10
Browse files Browse the repository at this point in the history
  • Loading branch information
smallfu6 committed Oct 15, 2024
1 parent 1a5560f commit d48650b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/deploy-to-gitbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2

- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: '10'


- name: Install GitBook CLI
run: |
npm install -g gitbook-cli
Expand Down

0 comments on commit d48650b

Please sign in to comment.