refactor : Improve frontend setup doc and locale error (#6850)

Co-authored-by: Engel Nyst <enyst@users.noreply.github.com>
This commit is contained in:
Dai Dao
2025-02-21 17:14:44 -05:00
committed by GitHub
parent a20f299579
commit e109f7e58e
10 changed files with 42 additions and 24 deletions

View File

@@ -24,6 +24,10 @@ jobs:
uses: docker/setup-buildx-action@v3
- name: Install tmux
run: sudo apt-get update && sudo apt-get install -y tmux
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '22.x'
- name: Install poetry via pipx
run: pipx install poetry
- name: Set up Python

View File

@@ -32,6 +32,10 @@ jobs:
uses: docker/setup-buildx-action@v3
- name: Install tmux
run: sudo apt-get update && sudo apt-get install -y tmux
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '22.x'
- name: Install poetry via pipx
run: pipx install poetry
- name: Set up Python