Skip to content

Commit

Permalink
Update black.yml
Browse files Browse the repository at this point in the history
use node20
  • Loading branch information
teanus authored Jul 30, 2024
1 parent 1a774ba commit e297ba7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/black.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,13 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
node-version: '20'

- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.10"
python-version: "3.11"

- name: Install Black
run: pip install black
Expand Down

0 comments on commit e297ba7

Please sign in to comment.