We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de81c3e commit 3273b8cCopy full SHA for 3273b8c
.github/workflows/docusaurus.yml
@@ -18,6 +18,10 @@ jobs:
18
steps:
19
- name: Pull stream-chat-react
20
uses: actions/checkout@v3
21
+ - name: Setup Node.js
22
+ uses: actions/setup-node@v3
23
+ with:
24
+ node-version: 16
25
- name: 🔨 Install Dependencies
26
run: yarn install --frozen-lockfile --ignore-engines --ignore-scripts
27
- name: Merge docs stream-chat-css
0 commit comments