Skip to content

Commit 1fe8443

Browse files
committed
chore: run docusaurus build on node v16
1 parent bd81a63 commit 1fe8443

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/docusaurus.yml

+4
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ jobs:
1818
steps:
1919
- name: Pull stream-chat-react
2020
uses: actions/checkout@v3
21+
- name: Setup Node.js
22+
uses: actions/setup-node@v3
23+
with:
24+
node-version: 16
2125
- name: 🔨 Install Dependencies
2226
run: yarn install --frozen-lockfile --ignore-engines --ignore-scripts
2327
- name: Merge docs stream-chat-css

0 commit comments

Comments
 (0)