Skip to content

Commit

Permalink
update git workflow to install node 22
Browse files Browse the repository at this point in the history
  • Loading branch information
dai-dao committed Feb 21, 2025
1 parent 5ca82e2 commit 3ac56b2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/dummy-agent-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ 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'
cache: 'npm'
- name: Install poetry via pipx
run: pipx install poetry
- name: Set up Python
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/py-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ 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'
cache: 'npm'
- name: Install poetry via pipx
run: pipx install poetry
- name: Set up Python
Expand Down

0 comments on commit 3ac56b2

Please sign in to comment.