Skip to content

Commit

Permalink
Merge pull request #140 from caorushizi/fix/docs
Browse files Browse the repository at this point in the history
ci: 🎡  github actions
  • Loading branch information
caorushizi authored May 2, 2024
2 parents 97b29e7 + a8f8d61 commit 51768fc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@ jobs:
with:
node-version: 20

# step4: install python env
- name: Install Python
uses: actions/setup-python@v5
with:
python-version: "3.10"

# step5: install pnpm env
- uses: pnpm/action-setup@v3
with:
Expand Down

0 comments on commit 51768fc

Please sign in to comment.