Skip to content

Commit

Permalink
💚 ci: update node version
Browse files Browse the repository at this point in the history
  • Loading branch information
dingyi222666 committed Dec 7, 2023
1 parent 3da1869 commit 7f46faa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 16
node-version: 20
cache: yarn
- run: yarn install --frozen-lockfile

Expand Down
2 changes: 1 addition & 1 deletion docs/guide/useful-commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ chatluna.chat.voice -s <speakerId:number> -r <room:string> <message:text>
以下为例子:

<chat-panel>
<chat-message nickname="User">chatluna.chat.text Hello,GPT</chat-message>
<chat-message nickname="User">chatluna.chat.voice Hello,GPT</chat-message>
<chat-message nickname="Bot">
[假装是一条语音消息]
</chat-message>
Expand Down

0 comments on commit 7f46faa

Please sign in to comment.