Skip to content

Commit dd2a079

Browse files
authored
Update doc.yml
1 parent b9a75c1 commit dd2a079

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/doc.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- uses: actions/checkout@master
20-
20+
- uses: actions/setup-node@v4
21+
with:
22+
node-version: 18
2123
- name: Docusaurus build
2224
run: |
2325
yarn install

0 commit comments

Comments
 (0)