Skip to content

Commit

Permalink
Update main.yml (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
alina-derkach-oaza authored Jul 23, 2024
1 parent 086d604 commit 598b304
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,17 @@ jobs:
- name: Chekout code
uses: actions/checkout@v3
with:
node-version: '20'
fetch-depth: 0
#Node version
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: '20'
#Prepare the env
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: '3.x'
node-version: '20'

#Configure git
- name: Configure git
Expand Down

0 comments on commit 598b304

Please sign in to comment.