Skip to content

Commit f48e997

Browse files
authored
chore: pin v16 node for docusaurus (#2032)
1 parent aa30bdb commit f48e997

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
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:

0 commit comments

Comments
 (0)