Skip to content

Commit 2c559bc

Browse files
authored
fix build (#602)
1 parent 38ba134 commit 2c559bc

File tree

2 files changed

+430
-432
lines changed

2 files changed

+430
-432
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ jobs:
77
- uses: actions/checkout@v2
88
- uses: actions/setup-node@v2
99
with:
10-
node-version: '20'
10+
node-version: "18"
1111
- name: Build Docusaurus docs
1212
run: |
13-
cd website && npm install
14-
npm run build
13+
cd website && yarn
14+
yarn run build

0 commit comments

Comments
 (0)