Skip to content

Commit 4c53f4a

Browse files
authored
Merge pull request #2031 from GetStream/develop
Next release
2 parents ff51c76 + f48e997 commit 4c53f4a

File tree

30 files changed

+819
-1525
lines changed

30 files changed

+819
-1525
lines changed

.github/workflows/docusaurus.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,16 @@ env:
1212
jobs:
1313
push_docusaurus:
1414
runs-on: ubuntu-latest
15+
strategy:
16+
matrix:
17+
node-version: [16.x]
1518
steps:
1619
- uses: actions/checkout@v2
20+
- name: Node ${{ matrix.node-version }}
21+
uses: actions/setup-node@v3
22+
with:
23+
node-version: ${{ matrix.node-version }}
24+
cache: 'yarn'
1725
- name: Push to stream-chat-docusaurus
1826
uses: GetStream/push-stream-chat-docusaurus-action@main
1927
with:

.styles/Vocab/Base/accept.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,6 @@ npm
3535
Notifee
3636
colorScheme
3737
performant
38-
virtualized
38+
virtualized
39+
rncli
40+
RNCLI

0 commit comments

Comments
 (0)