Skip to content

Commit dd53084

Browse files
committed
Update docs build workflow
1 parent 3475a2d commit dd53084

File tree

2 files changed

+2
-3565
lines changed

2 files changed

+2
-3565
lines changed

.github/workflows/build_indev_docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
- name: Checkout repository
1414
uses: actions/checkout@v1
1515

16-
- name: Install Node v12
16+
- name: Install Node v8.9.3
1717
uses: actions/setup-node@v1
1818
with:
19-
node-version: 12
19+
node-version: 8.9.3
2020

2121
- name: Install dependencies
2222
run: |

0 commit comments

Comments
 (0)