Skip to content

Commit 5cf9c28

Browse files
author
Hyeokmin Kwon
committed
Edit github workflow
1 parent 319d8f9 commit 5cf9c28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Setup Node.js
2424
uses: actions/setup-node@v4
2525
with:
26-
node-version: "16"
26+
node-version: "8"
2727

2828
- name: Build GitBook
2929
run: |
@@ -49,7 +49,7 @@ jobs:
4949
- name: Setup Node.js
5050
uses: actions/setup-node@v4
5151
with:
52-
node-version: "16"
52+
node-version: "8"
5353

5454
- name: Build GitBook
5555
run: |

0 commit comments

Comments
 (0)