Skip to content

Commit

Permalink
chore: run docusaurus build on node v16
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinCupela committed May 8, 2023
1 parent bd81a63 commit 1fe8443
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docusaurus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ jobs:
steps:
- name: Pull stream-chat-react
uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 16
- name: 🔨 Install Dependencies
run: yarn install --frozen-lockfile --ignore-engines --ignore-scripts
- name: Merge docs stream-chat-css
Expand Down

0 comments on commit 1fe8443

Please sign in to comment.