Skip to content

Commit fa354b7

Browse files
Fix GitBook build: Update Node.js version from 18 to 14 (#4)
* Initial plan * Fix GitBook build: Update Node.js version from 18 to 14 Co-authored-by: sundevilyang <1499214+sundevilyang@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: sundevilyang <1499214+sundevilyang@users.noreply.github.com>
1 parent 578ae5e commit fa354b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/gitbook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Setup Node.js
2626
uses: actions/setup-node@v4
2727
with:
28-
node-version: "18"
28+
node-version: "14"
2929
cache: "npm"
3030

3131
- name: Install dependencies

0 commit comments

Comments
 (0)